diff options
| author | Paul Buetow <paul@buetow.org> | 2024-11-23 11:00:41 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-11-23 11:00:41 +0200 |
| commit | 79bfa5ae2aecb67356821d02f59c2bc5220cc962 (patch) | |
| tree | ab8b31a80703e0fe928ddbf69ee84d2e62a2720c /internal | |
| parent | c095b7fb273eed04cae0d42cae2d534cf74cfd9e (diff) | |
fix new line
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/platforms/platform.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |
