Getting rid of unneeded whitespace

pull/8/head
sgoudham 4 years ago
parent 9d32a91b2c
commit c075b08ae1

@ -79,7 +79,7 @@ def lineCount():
# Adding up the total lines of code
total = comments + blank + code
return "Code: {}\n " \
return "Code: {}\n" \
"Commentary: {}\n" \
"Blank: {}\n" \
"Total: {}\n" \

Loading…
Cancel
Save