Skip to content

Commit 6e0c67a

Browse files
committed
fmt
1 parent 2f8cf7a commit 6e0c67a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/database/dbmem/dbmem.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ func newUniqueConstraintError(uc database.UniqueConstraint) *pq.Error {
338338
func (*FakeQuerier) Ping(_ context.Context) (time.Duration, error) {
339339
return 0, nil
340340
}
341+
341342
func (*FakeQuerier) PGLocks(ctx context.Context) (database.PGLocks, error) {
342343
return []database.PGLock{}, nil
343344
}

0 commit comments

Comments
 (0)