Skip to content

Commit 4c6beb5

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-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

0 commit comments

Comments
 (0)