Skip to content

Commit 4fbd9be

Browse files
committed
fix lint
1 parent 6883106 commit 4fbd9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/databasefake/databasefake.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ func (q *fakeQuerier) UpdateTemplateUserACLByID(_ context.Context, id uuid.UUID,
12451245
return sql.ErrNoRows
12461246
}
12471247

1248-
func (q *fakeQuerier) GetTemplateUserRoles(ctx context.Context, id uuid.UUID) ([]database.TemplateUser, error) {
1248+
func (q *fakeQuerier) GetTemplateUserRoles(_ context.Context, id uuid.UUID) ([]database.TemplateUser, error) {
12491249
q.mutex.RLock()
12501250
defer q.mutex.RUnlock()
12511251

0 commit comments

Comments
 (0)