Skip to content

Commit 2018cdc

Browse files
committed
Fix linting errors
1 parent fe3aecc commit 2018cdc

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

coderd/database/databasefake/databasefake.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,6 +1575,7 @@ func (q *fakeQuerier) InsertWorkspaceApp(_ context.Context, arg database.InsertW
15751575
q.mutex.Lock()
15761576
defer q.mutex.Unlock()
15771577

1578+
// nolint:gosimple
15781579
workspaceApp := database.WorkspaceApp{
15791580
ID: arg.ID,
15801581
AgentID: arg.AgentID,

site/htmlTemplates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<meta property="og:type" content="website" />
1818
<meta property="csp-nonce" content="{{ .CSP.Nonce }}" />
1919
<meta property="csrf-token" content="{{ .CSRF.Token }}" />
20-
<meta id="api-response" data-statuscode="{{ .APIResponse.StatusCode }}" data-message="{{ .APIResponse.Message }}" />
20+
<meta id="api-response" data-statuscode="{{ .APIResponse.StatusCode }}" data-message="{{ .APIResponse.Message }}" />
2121
<link rel="mask-icon" href="/static/favicon.svg" color="#000000" crossorigin="use-credentials" />
2222
<link rel="alternate icon" type="image/png" href="/favicon.png" />
2323
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />

0 commit comments

Comments
 (0)