Skip to content

Commit 83bf45f

Browse files
committed
Trim trailing whitespace
1 parent c350319 commit 83bf45f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"python.pythonPath": "D:\\Install\\Python39\\python.exe",
3-
"cSpell.language": "en,ru,ru-RU"
3+
"cSpell.language": "en,ru,ru-RU",
4+
"files.trimTrailingWhitespace": true
45
}

main/dod3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,5 +369,5 @@ def split(st) -> list:
369369

370370
#game = Game(800, 700, 2000, (400, 100), (400, 600), time.total_seconds()*1000.0)
371371

372-
game.run()
372+
game.run()
373373
#input("Press enter to continue...")

0 commit comments

Comments
 (0)