Skip to content

Commit

Permalink
fix formatting according to rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alagner committed May 31, 2020
1 parent b87eb2c commit 9a66629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cfa/grub2/default.rb
Expand Up @@ -101,7 +101,7 @@ def recovery_entry

def cryptodisk
@cryptodisk ||= BooleanValue.new("GRUB_ENABLE_CRYPTODISK", self,
true_value: "y", false_value: "n")
true_value: "y", false_value: "n")
end

VALID_TERMINAL_OPTIONS = [:serial, :console, :gfxterm].freeze
Expand Down
2 changes: 1 addition & 1 deletion lib/cfa/grub2/grub_cfg.rb
Expand Up @@ -27,7 +27,7 @@ def self.parse(string)

def self.serialize(_string)
raise NotImplementedError,
"Serializing not implemented, use grub2 generator"
"Serializing not implemented, use grub2 generator"
end

def self.empty
Expand Down

0 comments on commit 9a66629

Please sign in to comment.