Skip to content

Commit bfcf2d3

Browse files
committed
lint
1 parent 79b2191 commit bfcf2d3

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
@@ -6987,7 +6987,7 @@ func (q *FakeQuerier) UpdateWorkspaceAgentMetadata(_ context.Context, arg databa
69876987
return nil
69886988
}
69896989

6990-
func (q *FakeQuerier) UpdateWorkspaceAgentPortShare(ctx context.Context, arg database.UpdateWorkspaceAgentPortShareParams) error {
6990+
func (q *FakeQuerier) UpdateWorkspaceAgentPortShare(_ context.Context, arg database.UpdateWorkspaceAgentPortShareParams) error {
69916991
err := validateDatabaseType(arg)
69926992
if err != nil {
69936993
return err

0 commit comments

Comments
 (0)