diff options
Diffstat (limited to 'bpfix')
-rw-r--r-- | bpfix/bpfix/bpfix.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bpfix/bpfix/bpfix.go b/bpfix/bpfix/bpfix.go index 056a01b7..24a38c98 100644 --- a/bpfix/bpfix/bpfix.go +++ b/bpfix/bpfix/bpfix.go @@ -141,7 +141,6 @@ func (f *Fixer) Fix(config FixRequest) (*parser.File, error) { i++ if i >= maxNumIterations { return nil, fmt.Errorf("Applied fixes %d times and yet the tree continued to change. Is there an infinite loop?", i) - break } } return f.tree, err |