Skip to content
Snippets Groups Projects
Commit ab347dda authored by Henning Glawe's avatar Henning Glawe
Browse files

add spaces between args

parent 02669115
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ class Annotator(object): ...@@ -33,7 +33,7 @@ class Annotator(object):
self._formatNameWidth = formatNameWidth self._formatNameWidth = formatNameWidth
self._update_annotate_format() self._update_annotate_format()
def annotate(self,match,line,matcher,targetStartEnd): def annotate(self, match, line, matcher, targetStartEnd):
if not self.annotateFile: if not self.annotateFile:
return 1 return 1
matchlabel = '' matchlabel = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment