From 79bfa5ae2aecb67356821d02f59c2bc5220cc962 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 23 Nov 2024 11:00:41 +0200 Subject: fix new line --- internal/platforms/platform.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/platforms/platform.go b/internal/platforms/platform.go index cabc446..3eae4a8 100644 --- a/internal/platforms/platform.go +++ b/internal/platforms/platform.go @@ -57,5 +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