Skip to content

Commit

Permalink
💄 reduce vertical spacing for locks demo banner
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Oct 12, 2023
1 parent 449340e commit a81feca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userland/scripts/lock_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


async def main(cx: SSHContext):
cx.echo("\n\n[bright_white on yellow underline] Shared locks demo [/]\n\n")
cx.echo("\n[bright_white on yellow underline] Shared locks demo [/]\n\n")

with cx.lock("testing") as l:
if l:
Expand Down

0 comments on commit a81feca

Please sign in to comment.