Skip to content

Commit

Permalink
Removes newline
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko committed Nov 20, 2023
1 parent c844c62 commit 12967d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/handler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ func (h *Messaging) sendToLagoonS3(incoming *InsightsMessage, insights InsightsD
if err != nil {
return err
}
slog.Info(fmt.Sprintf("Successfully uploaded %s of size %d\n", s3FilePath, info.Size))
slog.Info(fmt.Sprintf("Successfully uploaded %s of size %d", s3FilePath, info.Size))

err = os.Remove(tempFilePath)
if err != nil {
Expand Down

0 comments on commit 12967d2

Please sign in to comment.