Skip to content

Commit

Permalink
style(main: check_runtime_deps): indent
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jun 24, 2024
1 parent 3c251f6 commit 26ba6ea
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pikaur/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,11 +462,13 @@ def check_runtime_deps() -> None:
"Sfbe!ebno!bsdi.xjlj!cfgpsf!cpsljoh!zpvs!dpnqvufs;"
]),
),
bold_line("".join([
chr(ord(c) - 1)
for c in
"iuuqt;00xjlj/bsdimjovy/psh0ujumf0Bsdi`Vtfs`Sfqptjupsz"
])),
bold_line(
"".join([
chr(ord(c) - 1)
for c in
"iuuqt;00xjlj/bsdimjovy/psh0ujumf0Bsdi`Vtfs`Sfqptjupsz"
]),
),
translate(
"".join([
chr(ord(c) - 1)
Expand All @@ -481,7 +483,6 @@ def check_runtime_deps() -> None:
"{priv_tool} is not part of minimal arch default setup,"
" be aware that you could run into potential problems.",
).format(priv_tool=priv_tool),

"",
]),
)
Expand Down

0 comments on commit 26ba6ea

Please sign in to comment.