editors/CodeFileEditor.py
changeset 1736 7e61baa047f0
parent 1704 794a47ef5323
child 1739 ec153828ded2
--- a/editors/CodeFileEditor.py	Mon Aug 14 22:30:41 2017 +0300
+++ b/editors/CodeFileEditor.py	Mon Aug 14 23:27:15 2017 +0300
@@ -48,6 +48,7 @@
 
 EDGE_COLUMN = 80
 
+
 class CodeEditor(CustomStyledTextCtrl):
 
     KEYWORDS = []