Skip to content

Commit

Permalink
Fixed Style/TrailingWhitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jul 14, 2016
1 parent e179de7 commit fbf460e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/cwm/src/modules/WizardHW.rb
Expand Up @@ -145,7 +145,7 @@ def Handle(_key, event)
UI.ChangeWidget(Id(:_hw_sum), :Value, descr)
return nil
end

return @action_callback.call(current, event) unless @action_callback.nil?

ret = Ops.get(event, "ID")
Expand Down
2 changes: 1 addition & 1 deletion library/general/src/modules/Misc.rb
Expand Up @@ -73,7 +73,7 @@ def hardware_name(hardware_entry)
end

vendor = Ops.get_string(hardware_entry, "vendor", "")

Ops.add(
Ops.add(vendor, vendor != "" ? "\n" : ""),
Ops.get_string(hardware_entry, "device", "")
Expand Down

0 comments on commit fbf460e

Please sign in to comment.