Skip to content

Commit

Permalink
style(main: check_runtime_deps): remove duplicated join
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jun 24, 2024
1 parent ac93717 commit 3c251f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pikaur/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def check_runtime_deps() -> None:
]),
),
"",
]) if priv_tool == "sudo" else "\n".join([
] if priv_tool == "sudo" else [
"",
translate(
"{priv_tool} is not part of minimal arch default setup,"
Expand Down

0 comments on commit 3c251f6

Please sign in to comment.