Skip to content

Commit

Permalink
compare: fix "sbin/compare:716: Invalid next (SyntaxError)"
Browse files Browse the repository at this point in the history
2017-10-11 21:49:27.199264500 [lkp perf-bisect 90378] /lkp/lkp/.src-20171011-144934/sbin/compare: /lkp/lkp/.src-20171011-144934/sbin/compare:716: Invalid next (SyntaxError)

this is regressed from "clean rubocop issue Style/GuardClause"

Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
rli9 committed Oct 11, 2017
1 parent b058751 commit 359c48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/compare
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ def show_delta(stat, key_g)
end
end

next if $group_by_test
return if $group_by_test

v0 = $sum[$first_dim]
v0_stddev = $stddev[$first_dim]
Expand Down

0 comments on commit 359c48e

Please sign in to comment.