UtilitiesPython2/CodeStyleChecker.py

changeset 3034
7ce719013078
parent 2984
031cceaa8b01
child 3160
209a07d7e401
--- a/UtilitiesPython2/CodeStyleChecker.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/UtilitiesPython2/CodeStyleChecker.py	Sat Oct 19 13:03:39 2013 +0200
@@ -137,7 +137,6 @@
             maxLineLength=max_line_length, docType=docType)
         docStyleChecker.run()
         
-        
         errors = report.errors + docStyleChecker.errors
         
         if len(errors) > 0:

eric ide

mercurial