Skip to content

Commit

Permalink
remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 25, 2014
1 parent 70eb5c8 commit 2859cd7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .rubocop.yml
Expand Up @@ -119,12 +119,6 @@ Style/Documentation:
Include:
- 'src/lib/**/*.rb' # force well documented code only for new code

# Offense count: 4
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/EmptyLinesAroundClassBody:
Enabled: false

# Offense count: 9
# Cop supports --auto-correct.
Style/EmptyLinesAroundMethodBody:
Expand Down
1 change: 0 additions & 1 deletion src/clients/bootloader_proposal.rb
Expand Up @@ -251,7 +251,6 @@ def old_bootloader
# get value from entry
old_bootloader.last.sub(/^.*=\s*(\S*).*/,"\\1").delete('"')
end

end unless defined? Yast::BootloaderProposalClient
end

Expand Down
1 change: 0 additions & 1 deletion src/lib/bootloader/device_map.rb
Expand Up @@ -243,6 +243,5 @@ def isDiskInMDRaid(disk, tm)
(disk_info["devices"] || []).include?(disk)
end
end

end
end
1 change: 0 additions & 1 deletion src/lib/bootloader/sysconfig.rb
Expand Up @@ -134,6 +134,5 @@ def write_option(option, value)
Yast::SCR.Write(comment_path, PROPOSED_COMMENTS[option])
end
end

end
end
1 change: 0 additions & 1 deletion src/modules/BootCommon.rb
Expand Up @@ -24,7 +24,6 @@

module Yast
class BootCommonClass < Module

SUPPORTED_BOOTLOADERS = [
"none", # allow user to manage bootloader itself
"grub2",
Expand Down

0 comments on commit 2859cd7

Please sign in to comment.