Skip to content

Commit f91f220

Browse files
committed
Appease the linter, again
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 059ac4e commit f91f220

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

coderd/workspaceapps/token.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ type SignedToken struct {
2222
// Request details.
2323
Request `json:"request"`
2424

25-
UserID uuid.UUID `json:"user_id"`
26-
WorkspaceID uuid.UUID `json:"workspace_id"`
27-
AgentID uuid.UUID `json:"agent_id"`
28-
AppURL string `json:"app_url"`
25+
UserID uuid.UUID `json:"user_id"`
26+
WorkspaceID uuid.UUID `json:"workspace_id"`
27+
AgentID uuid.UUID `json:"agent_id"`
28+
AppURL string `json:"app_url"`
2929
CORSBehavior codersdk.AppCORSBehavior `json:"cors_behavior"`
3030
}
3131

site/src/api/typesGenerated.ts

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)