Skip to content

Commit e5a1360

Browse files
jonbarlohsbt
authored andcommitted
fix: extra space
1 parent 300b1d2 commit e5a1360

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bundler/lib/bundler/settings.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,11 +402,10 @@ def set_key(raw_key, value, hash, file)
402402
return if hash[key] == value
403403

404404
hash[key] = value
405-
406405
hash.delete(key) if value.nil?
407406

408407
Validator.validate!(raw_key, converted_value(value, raw_key), hash)
409-
408+
410409
return unless file
411410

412411
SharedHelpers.filesystem_access(file.dirname, :create) do |p|

0 commit comments

Comments
 (0)