Skip to content

Commit 96ecddb

Browse files
committed
added missing blank line
1 parent 1566e78 commit 96ecddb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spotifycli/spotifycli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def get_arguments():
167167
def show_version():
168168
print("2.0.0")
169169

170+
170171
def clear_cli():
171172
os.system('cls' if os.name == 'nt' else 'clear')
172173

0 commit comments

Comments
 (0)