Skip to content

Commit

Permalink
fix: Incorrect Status Message when validating JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
TerminalFi committed Apr 18, 2020
1 parent 8abbb88 commit 2c80b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PrettyJson.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def run(self, edit):
sublime.message_dialog("Invalid JSON")
return

sublime.message_dialog("Invalid JSON")
sublime.message_dialog("Valid JSON")

def duplicate_key_hook(self, pairs):
result = dict()
Expand Down

0 comments on commit 2c80b93

Please sign in to comment.