eric6/Plugins/CheckerPlugins/SyntaxChecker/jsonCheckSyntax.py

changeset 7755
1f0a5024360c
parent 7360
9190402e4505
child 7923
91e843545d9a
--- a/eric6/Plugins/CheckerPlugins/SyntaxChecker/jsonCheckSyntax.py	Sun Oct 04 16:39:07 2020 +0200
+++ b/eric6/Plugins/CheckerPlugins/SyntaxChecker/jsonCheckSyntax.py	Sun Oct 04 18:03:33 2020 +0200
@@ -178,6 +178,7 @@
         
         cline = min(len(codestring.splitlines()), int(line)) - 1
         code = codestring.splitlines()[cline]
+        
         return [{'error': (file, line, column, code, error)}]
     
     return [{}]

eric ide

mercurial