Skip to content

Commit ea37bc6

Browse files
committed
fixup! chore: update golang.org/x/exp/slices
1 parent ccac703 commit ea37bc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

coderd/database/dbfake/dbfake.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2349,9 +2349,8 @@ func (q *FakeQuerier) GetTemplateVersionsByTemplateID(_ context.Context, arg dat
23492349
}
23502350
if a.CreatedAt.Before(b.CreatedAt) {
23512351
return -1
2352-
} else {
2353-
return 1
23542352
}
2353+
return 1
23552354
})
23562355

23572356
if arg.AfterID != uuid.Nil {

0 commit comments

Comments
 (0)