Skip to content

Commit

Permalink
Fixed Style/SpaceAfterNot
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jun 9, 2016
1 parent 7cda1a6 commit 397ae63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/wizard/src/modules/Wizard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def OpenDialog(dialog)

set_icon
UI.OpenDialog(Opt(:wizardDialog), dialog)
if ! @relnotes_button_id.empty?
if !@relnotes_button_id.empty?
ShowReleaseNotesButton(@relnotes_button_label, @relnotes_button_id)
end

Expand Down

0 comments on commit 397ae63

Please sign in to comment.