Skip to content

Commit 1a80c31

Browse files
committed
more formatting
1 parent 0c86047 commit 1a80c31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lightbeam/lightbeam.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ def _confirm_delete_op(self, endpoints, verbiage):
146146
if self.config.get("force_delete", False):
147147
return
148148

149-
endpoint_list = "\n\t".join(endpoints)
150-
print(f'Preparing to delete the following endpoints:\n\t{endpoint_list}')
149+
endpoint_list = "\n\t".join(endpoints)
150+
print(f'Preparing to delete the following endpoints:\n\t{endpoint_list}')
151151
if input(f'Type "yes" to confirm you want to {verbiage} payloads for the selected endpoints? ')!="yes":
152152
exit('You did not type "yes" - exiting.')
153153

0 commit comments

Comments
 (0)