Skip to content

Commit 18f7d3c

Browse files
committed
lint
1 parent 9030e80 commit 18f7d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbmem/dbmem.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7579,7 +7579,7 @@ func (q *FakeQuerier) UpsertWorkspaceAgentPortShare(ctx context.Context, arg dat
75797579
}
75807580
}
75817581

7582-
//nolint:gosimple casts are not a simplification
7582+
//nolint:gosimple // casts are not a simplification
75837583
psl := database.WorkspaceAgentPortShare{
75847584
WorkspaceID: arg.WorkspaceID,
75857585
AgentName: arg.AgentName,

0 commit comments

Comments
 (0)