Skip to content

Commit 2a47650

Browse files
kurotakyclaude
authored andcommitted
Fix RuboCop Layout/MultilineOperationIndentation offense
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7607fe4 commit 2a47650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundler/lib/bundler/lockfile_parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def initialize(lockfile, strict: false)
116116
end
117117

118118
@valid = lockfile.strip.empty? ||
119-
lockfile.split(/(?:\r?\n)+/).any? {|l| KNOWN_SECTIONS.include?(l) }
119+
lockfile.split(/(?:\r?\n)+/).any? {|l| KNOWN_SECTIONS.include?(l) }
120120

121121
unless @valid
122122
SharedHelpers.feature_deprecated!(

0 commit comments

Comments
 (0)