Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 308bd69

Browse files
committed
fix: lint
1 parent 7b4ae29 commit 308bd69

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

coderd/autobuild/lifecycle_executor_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package autobuild_test
33
import (
44
"context"
55
"os"
6-
"sync/atomic"
76
"testing"
87
"time"
98

@@ -1167,10 +1166,3 @@ func mustWorkspaceParameters(t *testing.T, client *codersdk.Client, workspaceID
11671166
func TestMain(m *testing.M) {
11681167
goleak.VerifyTestMain(m)
11691168
}
1170-
1171-
func userQuietHoursScheduleStore() *atomic.Pointer[schedule.UserQuietHoursScheduleStore] {
1172-
store := schedule.NewAGPLUserQuietHoursScheduleStore()
1173-
p := &atomic.Pointer[schedule.UserQuietHoursScheduleStore]{}
1174-
p.Store(&store)
1175-
return p
1176-
}

0 commit comments

Comments
 (0)