8000 linting · coder/coder@dba576c · GitHub
[go: up one dir, main page]

Skip to content

Commit dba576c

Browse files
committed
linting
1 parent f31197a commit dba576c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/parameters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ func (api *API) handleStaticParameters(listen bool, rw http.ResponseWriter, r *h
341341
}
342342
}
343343

344-
func (api *API) handleParameterEvaluate(rw http.ResponseWriter, r *http.Request, initial codersdk.DynamicParametersRequest, render previewFunction) {
344+
func (*API) handleParameterEvaluate(rw http.ResponseWriter, r *http.Request, initial codersdk.DynamicParametersRequest, render previewFunction) {
345345
ctx := r.Context()
346346

347347
// Send an initial form state, computed without any user input.

0 commit comments

Comments
 (0)
0