Skip to content

Commit

Permalink
fix Layout/IndentFirstArgument Layout/ClosingParenthesisIndentation
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Nov 22, 2021
1 parent 8276d71 commit 77ed87c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/include/s390/onpanic/ui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,9 @@ def check_kdump
if Yast::Popup.YesNo(
# TRANSLATORS: %{s1},%{s2} are the service names
format(_(
"The service %{s1} is active and will conflict with dumpconf.\n" \
"Would you like to disable %{s2}? \n"
), s1: KDUMP_SERVICE_NAME, s2: KDUMP_SERVICE_NAME)
"The service %{s1} is active and will conflict with dumpconf.\n" \
"Would you like to disable %{s2}? \n"
), s1: KDUMP_SERVICE_NAME, s2: KDUMP_SERVICE_NAME)
)
Service.Disable(KDUMP_SERVICE_NAME)
Service.Stop(KDUMP_SERVICE_NAME) if Service.active?(KDUMP_SERVICE_NAME)
Expand Down

0 comments on commit 77ed87c

Please sign in to comment.