From 1f7777a4ad89f4712efeac007057d00e2eb0932b Mon Sep 17 00:00:00 2001 From: Benjamin Ramser Date: Tue, 28 Dec 2021 11:15:53 +0100 Subject: [PATCH] fix: start screen --- cmd/tile38-server/main.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cmd/tile38-server/main.go b/cmd/tile38-server/main.go index c250f609..fe16aa68 100644 --- a/cmd/tile38-server/main.go +++ b/cmd/tile38-server/main.go @@ -432,15 +432,15 @@ Developer Options: core.Version, gitsha, strconv.IntSize, runtime.GOARCH, runtime.GOOS, hostd, saddr, os.Getpid()) } else { fmt.Fprintf(logw, ` - _____ _ _ ___ ___ - |_ _|_| |___|_ | . | Tile38 %s%s %d bit (%s/%s) - | | | | | -_|_ | . | %s%s, PID: %d - |_| |_|_|___|___|___| tile38.com + _____ _ _ ___ ___ + |_ _|_| |___|_ | . | Tile38 %s%s %d bit (%s/%s) + | | | | | -_|_ | . | %s%s, PID: %d + |_| |_|_|___|___|___| tile38.com - Please consider sponsoring Tile38 development, especially if your company - benefits from this software. Visit tile38.com/sponsor today to learn more. - - `, core.Version, gitsha, strconv.IntSize, runtime.GOARCH, runtime.GOOS, hostd, +Please consider sponsoring Tile38 development, especially if your company +benefits from this software. Visit tile38.com/sponsor today to learn more. + +`, core.Version, gitsha, strconv.IntSize, runtime.GOARCH, runtime.GOOS, hostd, saddr, os.Getpid()) }