Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeche committed Apr 5, 2024
1 parent 75fd7e2 commit 545a687
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/abbreviation.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,9 @@ def is_enabled(view: sublime.View, pos: int) -> bool:
return True

syntax_info = syntax.info(view, pos)
if not syntax_info: return False

if not syntax_info:
return False

return syntax_info['type'] == auto_mark

Expand Down

0 comments on commit 545a687

Please sign in to comment.