Skip to content

Commit ba2b0e7

Browse files
REFACTOR: Minor changes in the 'Folder Size Tagger' Python Project
1 parent a957dcb commit ba2b0e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Folder Size Tagger/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ def main():
616616

617617
print(
618618
f"{BackgroundColors.CLEAR_TERMINAL}{BackgroundColors.BOLD}{BackgroundColors.GREEN}Welcome to the {BackgroundColors.CYAN}Directory Size Appender{BackgroundColors.GREEN} program!{Style.RESET_ALL}",
619-
end="\n\n",
619+
end="\n",
620620
) # Output the welcome message
621621

622622
start_time = datetime.datetime.now() # Get the start time of the program

Folder Size Tagger/main_subdirs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ def main():
795795

796796
print(
797797
f"{BackgroundColors.CLEAR_TERMINAL}{BackgroundColors.BOLD}{BackgroundColors.GREEN}Welcome to the {BackgroundColors.CYAN}Directory Cleaner and Size Appender{BackgroundColors.GREEN} program!{Style.RESET_ALL}",
798-
end="\n\n",
798+
end="\n",
799799
) # Output the welcome message
800800

801801
start_time = datetime.datetime.now() # Get the start time of the program

0 commit comments

Comments
 (0)