Skip to content

Commit ce4b06c

Browse files
Make linter happy
1 parent 45be756 commit ce4b06c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Tools/c-analyzer/c_parser/parser

Tools/c-analyzer/c_parser/parser/_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def done(self):
125125

126126
def too_much_text(self, maxtext):
127127
return maxtext and len(self.text) > maxtext
128-
128+
129129
def too_much_lines(self, maxlines):
130130
return maxlines and self.end - self.start > maxlines
131131

0 commit comments

Comments
 (0)