Skip to content

Commit 8da7504

Browse files
committed
clean up
1 parent 143db27 commit 8da7504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/watcher/instance/nginx_config_parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func (ncp *NginxConfigParser) Parse(ctx context.Context, instance *mpi.Instance)
9191
return ncp.createNginxConfigContext(ctx, instance, payload)
9292
}
9393

94-
// nolint: cyclop,revive,gocognit, nestif
94+
// nolint: cyclop,revive,gocognit
9595
func (ncp *NginxConfigParser) createNginxConfigContext(
9696
ctx context.Context,
9797
instance *mpi.Instance,

0 commit comments

Comments
 (0)