Skip to content

Commit

Permalink
style(black): fix comment spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Oct 31, 2024
1 parent a2f739a commit 1a23c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions silverback/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,9 +728,9 @@ def cluster_info(cluster: ClusterClient):
# NOTE: This actually doesn't query the cluster's routes, which are protected
click.echo(f"Cluster Version: v{cluster.version}")
# TODO: Add way to fetch config and display it (this doesn't work)
#if config := cluster.state.configuration:
# if config := cluster.state.configuration:
# click.echo(yaml.safe_dump(config.settings_display_dict()))
#else:
# else:
# click.secho("No Cluster Configuration detected", fg="yellow", bold=True)


Expand Down

0 comments on commit 1a23c5c

Please sign in to comment.