Skip to content

Commit c41f810

Browse files
committed
style(steami_config): Add blank lines between functions in show_config.
1 parent fe60fbe commit c41f810

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/steami_config/examples/show_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ def populate_all_config(config):
5252
# Save everything
5353
config.save()
5454

55+
5556
def print_section(title):
5657
print(title)
5758
print("-" * len(title))
5859

60+
5961
def print_kv(label, value):
6062
print("{:<16} {}".format(label + ":", value))
6163

0 commit comments

Comments
 (0)