Skip to content

Commit e36dd26

Browse files
yhk1038claude
andcommitted
style: fix RuboCop array indentation in spec_helper
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent ef6c8fe commit e36dd26

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

spec/spec_helper.rb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313
c.single_report_path = "coverage/lcov.info"
1414
end
1515

16-
SimpleCov.formatters = SimpleCov::Formatter::MultiFormatter.new([
17-
SimpleCov::Formatter::HTMLFormatter,
18-
SimpleCov::Formatter::LcovFormatter
19-
])
16+
SimpleCov.formatters = SimpleCov::Formatter::MultiFormatter.new(
17+
[
18+
SimpleCov::Formatter::HTMLFormatter,
19+
SimpleCov::Formatter::LcovFormatter,
20+
]
21+
)
2022

2123
SimpleCov.start do
2224
add_filter "/spec/"

0 commit comments

Comments
 (0)