From b9beca8449a10ba53807ecfc7d4b15cb6f14e82e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 6 Jan 2025 22:32:36 +0200 Subject: refactor colors a bit --- internal/platforms/platform.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/platforms/platform.go') diff --git a/internal/platforms/platform.go b/internal/platforms/platform.go index f9ff84d..6d80ee2 100644 --- a/internal/platforms/platform.go +++ b/internal/platforms/platform.go @@ -57,7 +57,6 @@ func (p Platform) Post(ctx context.Context, args config.Args, sizeLimit int, en } colour.Successf("Successfully posted message to %s", p) - fmt.Print("\n") return nil } -- cgit v1.2.3