Skip to content

Commit 3746b40

Browse files
committed
adapted outputResult signature to comply to linter
1 parent 0aea155 commit 3746b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/server/list/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func buildRequest(ctx context.Context, model *inputModel, apiClient *iaas.APICli
142142
return req
143143
}
144144

145-
func outputResult(p *print.Printer, outputFormat string, projectLabel string, servers []iaas.Server) error {
145+
func outputResult(p *print.Printer, outputFormat, projectLabel string, servers []iaas.Server) error {
146146
if len(servers) == 0 {
147147
p.Info("No servers found for project %q\n", projectLabel)
148148
}

0 commit comments

Comments
 (0)