Skip to content

Commit 5dd82ff

Browse files
committed
Apply formatting for better readability
1 parent 443a87b commit 5dd82ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/get-info-users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def on_login(self, context, connection):
3333
if answers:
3434
context.log.success("Found following users: ")
3535
for answer in answers:
36-
context.log.highlight(f"User: {answer[0]} Info: {answer[1]}")
36+
context.log.highlight(f"User: {answer[0]:<20} Info: {answer[1]}")
3737

3838
def filter_answer(self, context, answers):
3939
# No option to filter

0 commit comments

Comments
 (0)