chore: remove backticks and resolve linting issues

Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
This commit is contained in:
Alano Terblanche
2024-04-02 15:44:23 +02:00
parent 7c722c08d0
commit 910d5d0247
12 changed files with 13 additions and 13 deletions

View File

@ -75,7 +75,7 @@ func runPrune(ctx context.Context, dockerCli command.Cli, options pruneOptions)
return 0, "", err
}
if !r {
return 0, "", errdefs.Cancelled(errors.New("`image prune` has been cancelled"))
return 0, "", errdefs.Cancelled(errors.New("image prune has been cancelled"))
}
}