Whitespace cleanup
This file was misindented
This commit is contained in:
parent
7a45b38414
commit
9147ecc3e8
1 changed files with 82 additions and 83 deletions
|
@ -1,5 +1,5 @@
|
|||
module Puppet
|
||||
module Util
|
||||
module Util
|
||||
|
||||
class SettingValue
|
||||
|
||||
|
@ -89,7 +89,6 @@ module Util
|
|||
def remove_subsetting(subsetting)
|
||||
@subsetting_items = @subsetting_items.map { |item| item.start_with?(subsetting) ? nil : item }.compact
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue