Skip to content

Commit

Permalink
refactor(logging): remove redundant new line
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Igrychev <alexey.igrychev@flant.com>
  • Loading branch information
alexey-igrychev committed Apr 4, 2022
1 parent 50ed5c7 commit c337269
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cleaning/purge.go
Expand Up @@ -202,7 +202,6 @@ func deleteCustomTags(ctx context.Context, storageManager manager.StorageManager
}

logboek.Context(ctx).Default().LogFDetails(" tag: %s\n", tag)
logboek.Context(ctx).Default().LogOptionalLn()

return nil
}); err != nil {
Expand Down

0 comments on commit c337269

Please sign in to comment.