Skip to content

Commit

Permalink
Fix indentation of line.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhard committed Nov 13, 2023
1 parent 21d405d commit bc126fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_suite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def collect_warnings
when /^ on line \d+ $/ then next # dead line warnings shouldn't count (used for unreachability with NOWARN)
when /^ on lines \d+..\d+ $/ then next # dead line warnings shouldn't count (used for unreachability with NOWARN)
else "other"
end
end
oldwarn = warnings[i]
if oldwarn.nil? then
warnings[i] = thiswarn
Expand Down

0 comments on commit bc126fa

Please sign in to comment.