Skip to content

Commit 82fb1ca

Browse files
committed
Fix line break in banner
1 parent 3263d6a commit 82fb1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enum4linux-ng.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3086,7 +3086,7 @@ def valid_file(file, mode=os.R_OK):
30863086
### Print Functions and Error Processing
30873087

30883088
def print_banner():
3089-
print(f"{Colors.green(f'ENUM4LINUX - next generation (v{GLOBAL_VERSION})')}")
3089+
print(f"{Colors.green(f'ENUM4LINUX - next generation (v{GLOBAL_VERSION})')}\n")
30903090

30913091
def print_heading(text, leading_newline=True):
30923092
output = f"| {text} |"

0 commit comments

Comments
 (0)