Skip to content

Commit

Permalink
Fixes SublimeText#177 You MUST use spaces! error: Syntax
Browse files Browse the repository at this point in the history
tests do not work properly with tabs as indentation.
  • Loading branch information
evandrocoan committed Dec 20, 2017
1 parent ce77b49 commit 56c03d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins_/syntaxtest_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@


def _show_tab_warning():
sublime.error_message("Syntax tests do not work properly with tabs as indentation."
"\n\nYou MUST use spaces!")
print("Syntax tests do not work properly with tabs as indentation."
"\n\nYou MUST use spaces!")


def get_syntax_test_tokens(view):
Expand Down

0 comments on commit 56c03d3

Please sign in to comment.