We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad84a9 commit d5611b4Copy full SHA for d5611b4
optimizer/models.py
@@ -50,6 +50,7 @@ def optimizeCode(self, line_v):
50
if i > 0:
51
if cur_line_token[0] == prev_line_token[1] and cur_line_token[1] == prev_line_token[0]:
52
# do nothing
53
+ writeFile.write(curLine+'\n')
54
continue
55
else:
56
writeFile.write(curLine+'\n')
0 commit comments