summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-05 01:21:06 +0300
committerValery Piashchynski <[email protected]>2021-02-05 01:21:06 +0300
commit50f2943fec835c9dcb22379bd4b714ed86bdf897 (patch)
tree7002c6588e5350182fb2a4ca6ae7c79b80348e8d /pkg
parent5e012c6f2c822858b63638325804524250992a42 (diff)
fmt-ed
Diffstat (limited to 'pkg')
-rw-r--r--pkg/worker_watcher/stack_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/worker_watcher/stack_test.go b/pkg/worker_watcher/stack_test.go
index 5fc45adc..5287a6dc 100644
--- a/pkg/worker_watcher/stack_test.go
+++ b/pkg/worker_watcher/stack_test.go
@@ -140,5 +140,3 @@ func TestStack_DestroyWithWait(t *testing.T) {
stack.Destroy(context.Background())
assert.Equal(t, uint64(0), stack.actualNumOfWorkers)
}
-
-