Skip to content

Commit 00cca04

Browse files
committed
lint
1 parent 7b6926e commit 00cca04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cli/commands/compose.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func newUpCommand() *cobra.Command {
9696
RawRuntimeFlags: rawRuntimeFlags,
9797
}); err != nil {
9898
configErrFmtString := "failed to configure backend for model %s with context-size %d and runtime-flags %s"
99-
_ = sendErrorf(configErrFmtString+": %v", model, ctxSize, rawRuntimeFlags, err)
99+
_ = sendErrorf(configErrFmtString+": %v", model, ctxSize, rawRuntimeFlags, err)
100100
return fmt.Errorf(configErrFmtString+": %w", model, ctxSize, rawRuntimeFlags, err)
101101
}
102102
sendInfo("Successfully configured backend for model " + model)

0 commit comments

Comments
 (0)