Skip to content

Commit

Permalink
Tweak whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Nov 7, 2024
1 parent 1175afe commit 4dd9d9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions irrd/scripts/irrd_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def generate_private_key():
public_key_str = eckey_public_key_as_str(private_key)

click.echo(
f"Private key:\n{private_key_str}\n\nCorresponding public key:\n{public_key_str}\n\nNote: this key"
f"Private key:\n\n{private_key_str}\nCorresponding public key:\n\n{public_key_str}\nNote: this key"
" has not been configured in IRRD, that is a manual step. This is only a convenience command."
)

Expand All @@ -208,9 +208,9 @@ def server_show_public_settings(source: str):
)

click.echo(
f"Settings for {source} NRTMv4 server:\n"
f"Settings for {source} NRTMv4 server\n"
f"Update Notification File URL: {unf_url}\n"
f"Current public key (from nrtm4_server_private_key):\n{public_key_str}\n"
f"Current public key (from nrtm4_server_private_key):\n\n{public_key_str}"
)

next_private_key = eckey_from_config(f"sources.{source}.nrtm4_server_private_key_next", permit_empty=True)
Expand Down

0 comments on commit 4dd9d9c

Please sign in to comment.