Skip to content

Commit 7c500eb

Browse files
committed
Fix Layout/IndentationConsistency in ruby.rb
Lint failure: Layout/IndentationConsistency - Inconsistent indentation detected. Fixed extra indentation on the bundle_command assignment line.
1 parent 6111368 commit 7c500eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/language_pack/ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ def self.build_bundler(app_path:, io:, bundler_cache:, bundler_version:, bundler
625625
WARNING
626626
end
627627

628-
bundle_command = +""
628+
bundle_command = +""
629629
bundle_command << "BUNDLE_WITHOUT='#{ENV["BUNDLE_WITHOUT"]}' "
630630
bundle_command << "BUNDLE_PATH=#{ENV["BUNDLE_PATH"]} "
631631
bundle_command << "BUNDLE_BIN=#{ENV["BUNDLE_BIN"]} "

0 commit comments

Comments
 (0)