Skip to content

Commit dfe6005

Browse files
committed
Remove extra padding
1 parent c294514 commit dfe6005

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • src/dstack/_internal/server

src/dstack/_internal/server/app.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -419,11 +419,11 @@ def _sentry_traces_sampler(sampling_context: SamplingContext) -> float:
419419

420420
def _print_dstack_logo():
421421
console.print(
422-
r"""[purple] _ _ _
423-
__| |___| |_ __ _ ___| | __ ___ ___ _ ____ _____ _ __
424-
/ _` / __| __/ _` |/ __| |/ / / __|/ _ \ '__\ \ / / _ \ '__|
425-
| (_| \__ \ || (_| | (__| < \__ \ __/ | \ V / __/ |
426-
\__,_|___/\__\__,_|\___|_|\_\ |___/\___|_| \_/ \___|_|
422+
r"""[purple] _ _ _
423+
__| |___| |_ __ _ ___| | __ ___ ___ _ ____ _____ _ __
424+
/ _` / __| __/ _` |/ __| |/ / / __|/ _ \ '__\ \ / / _ \ '__|
425+
| (_| \__ \ || (_| | (__| < \__ \ __/ | \ V / __/ |
426+
\__,_|___/\__\__,_|\___|_|\_\ |___/\___|_| \_/ \___|_|
427427
[/]"""
428428
)
429429

0 commit comments

Comments
 (0)