forked from VimPlug/jedi
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