Skip to content

Commit 65e4ba9

Browse files
committed
fix tabs/spaces
1 parent 18fe49b commit 65e4ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/syntax.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe 'pymode-syntax'
1313
Expect g:pymode_syntax == 1
1414
Expect g:pymode_syntax_all == 1
1515
Expect g:pymode_syntax_print_as_function == 0
16-
Expect g:pymode_syntax_highlight_async_await == 1
16+
Expect g:pymode_syntax_highlight_async_await == 1
1717
Expect g:pymode_syntax_highlight_equal_operator == 1
1818
Expect g:pymode_syntax_highlight_stars_operator == 1
1919
Expect g:pymode_syntax_highlight_self == 1

0 commit comments

Comments
 (0)