Commit 5af6da86 authored by Guillaume Seguin's avatar Guillaume Seguin

Run reindent on GCodeAnalyzer

parent 4165b31c
...@@ -199,4 +199,3 @@ class GCodeAnalyzer(): ...@@ -199,4 +199,3 @@ class GCodeAnalyzer():
def print_status(self): def print_status(self):
attrs = vars(self) attrs = vars(self)
print '\n'.join("%s: %s" % item for item in attrs.items()) print '\n'.join("%s: %s" % item for item in attrs.items())
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment