Skip to content

Commit 355d576

Browse files
committed
chore: lint
1 parent 71cf9b0 commit 355d576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/hypervisor/hypervisor_suite_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ var _ = Describe("Hypervisor Integration Tests", func() {
263263
workerCh, _, err := backend.ListAndWatchWorkers()
264264
Expect(err).NotTo(HaveOccurred())
265265
// Note: stopCh is receive-only, backend will close it when stopped
266-
266+
267267
// Read initial worker list from channel
268268
select {
269269
case workers := <-workerCh:
@@ -457,7 +457,7 @@ var _ = Describe("Hypervisor Integration Tests", func() {
457457
workerCh, _, err := backend.ListAndWatchWorkers()
458458
Expect(err).NotTo(HaveOccurred())
459459
// Note: stopCh is receive-only, backend will close it when stopped
460-
460+
461461
// Read initial worker list from channel
462462
select {
463463
case workers := <-workerCh:

0 commit comments

Comments
 (0)