action_utils: Remove extra empty line

I introduced this code quality issue when handling a merge conflict in
711c19b511f969d0dce5c36221428e8caa0e7473.

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2024-09-21 12:54:11 -04:00
parent 9af9a504e0
commit a1792be03f
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -148,7 +148,6 @@ def service_reset_failed(service_name):
service_action(service_name, 'reset-failed')
def service_action(service_name, action):
"""Perform the given action on the service_name."""
subprocess.run(['systemctl', action, service_name],