Skip to content

Commit 1cad7e2

Browse files
authored
fix(code smell): removes trim trailing whitespace
1 parent 9c1e7a1 commit 1cad7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_text(context=False):
3333
else:
3434
tag = str(input("type the tag: "))
3535
msg = str(input("type the commit message: ")).lower()
36-
return tag, msg
36+
return tag, msg
3737

3838
def angular_convention():
3939
tag, msg, context = get_text(context=True)

0 commit comments

Comments
 (0)