Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66dca91

Browse files
committed
lint
1 parent f4a6ab3 commit 66dca91

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
@@ -7066,7 +7066,7 @@ func (q *FakeQuerier) UpdateWorkspaceAgentMetadata(_ context.Context, arg databa
70667066
return nil
70677067
}
70687068

7069-
func (q *FakeQuerier) UpdateWorkspaceAgentPortShare(ctx context.Context, arg database.UpdateWorkspaceAgentPortShareParams) error {
7069+
func (q *FakeQuerier) UpdateWorkspaceAgentPortShare(_ context.Context, arg database.UpdateWorkspaceAgentPortShareParams) error {
70707070
err := validateDatabaseType(arg)
70717071
if err != nil {
70727072
return err

0 commit comments

Comments
 (0)