mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-10 22:12:24 +08:00
Remove trailing semicolons
This commit is contained in:
@@ -20,7 +20,7 @@ b
|
||||
temp
|
||||
|
||||
a = 1
|
||||
temp = b;
|
||||
temp = b
|
||||
b = a
|
||||
a = temp
|
||||
#? int()
|
||||
|
||||
Reference in New Issue
Block a user