Skip to content

Commit

Permalink
make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 27, 2017
1 parent 7ffe40f commit 0f0fc42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/include/ntp-client/helps.rb
Expand Up @@ -15,7 +15,7 @@ def initialize_ntp_client_helps(_include_target)
# All helps are here
@HELPS = {
# Read dialog help 1/2
"read" => _(
"read" => _(
"<p><b><big>Initializing NTP Client Configuration</big></b><br>\nPlease wait...<br></p>"
) +
# Read dialog help 2/2
Expand All @@ -24,7 +24,7 @@ def initialize_ntp_client_helps(_include_target)
"Safely abort the configuration utility by pressing <b>Abort</b> now.</p>"
),
# Write dialog help 1/2
"write" => _(
"write" => _(
"<p><b><big>Saving NTP Client Configuration</big></b><br>\nPlease wait...<br></p>"
) +
# Write dialog help 2/2
Expand Down
2 changes: 1 addition & 1 deletion src/include/ntp-client/misc.rb
Expand Up @@ -8,7 +8,7 @@
# $Id$
module Yast
module NtpClientMiscInclude
def initialize_ntp_client_misc(include_target)
def initialize_ntp_client_misc(_include_target)
Yast.import "UI"

textdomain "ntp-client"
Expand Down

0 comments on commit 0f0fc42

Please sign in to comment.