Skip to content

Commit

Permalink
Rubocop fix: Style/CommentIndentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Apr 21, 2017
1 parent b8a0ca8 commit d0786e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/s390/dump/ui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def DumpDialog
if Builtins.size(device) == 0
Popup.Notify(_("You haven't selected any device."))
elsif !force ||
# warn only in case of force
# warn only in case of force
Popup.YesNo(
Builtins.sformat(
_(
Expand Down

0 comments on commit d0786e0

Please sign in to comment.