mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Rubocop: fix target Ruby version; add two more cops; fix lint error
https://docs.rubocop.org/rubocop/cops_layout.html#layoutassignmentindentation https://docs.rubocop.org/rubocop/cops_layout.html#layoutblockendnewline
This commit is contained in:
+2
-1
@@ -330,7 +330,8 @@ assert('BS Block 27') do
|
||||
3.times{|ib|
|
||||
2.times{|jb|
|
||||
sum += ib + jb
|
||||
}}
|
||||
}
|
||||
}
|
||||
assert_equal sum, 9
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user