Skip to content

Commit 981d39e

Browse files
committed
fix lint
1 parent 4cef22b commit 981d39e

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
@@ -2761,7 +2761,7 @@ func (q *FakeQuerier) GetNotificationMessagesByStatus(_ context.Context, arg dat
27612761
return out, nil
27622762
}
27632763

2764-
func (q *FakeQuerier) GetNotificationsSettings(ctx context.Context) (string, error) {
2764+
func (q *FakeQuerier) GetNotificationsSettings(_ context.Context) (string, error) {
27652765
q.mutex.RLock()
27662766
defer q.mutex.RUnlock()
27672767

0 commit comments

Comments
 (0)