Skip to content

Commit 073dce9

Browse files
committed
fix
1 parent d221c46 commit 073dce9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ func enablePrometheus(
228228
), nil
229229
}
230230

231-
// nolint:gocognit // This function makes more sense being large for now, until refactored.
232231
func (r *RootCmd) Server(newAPI func(context.Context, *coderd.Options) (*coderd.API, io.Closer, error)) *clibase.Cmd {
233232
if newAPI == nil {
234233
newAPI = func(_ context.Context, o *coderd.Options) (*coderd.API, io.Closer, error) {

0 commit comments

Comments
 (0)