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

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4ea0165

Browse files
committed
linting
1 parent 72f2234 commit 4ea0165

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
@@ -241,7 +241,7 @@ func (api *API) handleStaticParameters(rw http.ResponseWriter, r *http.Request,
241241
params = append(params, param)
242242
}
243243

244-
api.handleParameterWebsocket(rw, r, func(ctx context.Context, values map[string]string) (*preview.Output, hcl.Diagnostics) {
244+
api.handleParameterWebsocket(rw, r, func(_ context.Context, values map[string]string) (*preview.Output, hcl.Diagnostics) {
245245
for i := range params {
246246
param := &params[i]
247247
paramValue, ok := values[param.Name]

0 commit comments

Comments
 (0)
0