Skip to content

Commit 040b461

Browse files
committed
fix: extra space
1 parent cabc11c commit 040b461

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
@@ -420,11 +420,10 @@ def set_key(raw_key, value, hash, file)
420420
return if hash[key] == value
421421

422422
hash[key] = value
423-
424423
hash.delete(key) if value.nil?
425424

426425
Validator.validate!(raw_key, converted_value(value, raw_key), hash)
427-
426+
428427
return unless file
429428

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

0 commit comments

Comments
 (0)