Skip to content

Commit c259464

Browse files
Remove extra whitespace
1 parent ac72a24 commit c259464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/python-spec.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ describe "Python grammar", ->
285285
"string.quoted.single.block.sql.python": "'''"
286286

287287
for scope, delim in delimsByScope
288-
tokens = grammar.tokenizeLines(
288+
tokens = grammar.tokenizeLines(
289289
delim +
290290
'SELECT bar
291291
FROM foo'

0 commit comments

Comments
 (0)