Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
roseweixel committed Jul 27, 2015
1 parent ed59ad7 commit bc94ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def [](name)
case
when value.nil?
nil
when is_bool(name) || value == "false"
when is_bool(name) || value == "false"
to_bool(value)
when is_num(name)
value.to_i
Expand Down

0 comments on commit bc94ea0

Please sign in to comment.