why are we still here?

This commit is contained in:
Somdev Sangwan
2019-04-19 09:07:22 +05:30
committed by GitHub
parent 5edf0a1dae
commit db6dd5ad20

View File

@@ -104,7 +104,7 @@ def generator(occurences, response):
ends = ['//']
if greatBracketEfficiency == 100:
ends.append('>')
if lessBracketEfficiency == breakerEfficiency == 100:
if lessBracketEfficiency == 100:
payloads = genGen(fillings, eFillings, lFillings,
eventHandlers, tags, functions, ends)
for payload in payloads: