Skip to content

Commit d13f91e

Browse files
committed
fmt
1 parent fa52350 commit d13f91e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

coderd/agentapi/stats_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,9 @@ func TestUpdateStates(t *testing.T) {
298298
nextAutostart := now.Add(30 * time.Minute).UTC() // always sent to DB as UTC
299299

300300
var (
301-
db = dbmock.NewMockStore(gomock.NewController(t))
302-
ps = pubsub.NewInMemory()
301+
db = dbmock.NewMockStore(gomock.NewController(t))
302+
ps = pubsub.NewInMemory()
303+
303304
templateScheduleStore = schedule.MockTemplateScheduleStore{
304305
GetFn: func(context.Context, database.Store, uuid.UUID) (schedule.TemplateScheduleOptions, error) {
305306
return schedule.TemplateScheduleOptions{

0 commit comments

Comments
 (0)