summaryrefslogtreecommitdiff
path: root/pkg/worker_watcher
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-15 11:39:31 +0300
committerValery Piashchynski <[email protected]>2021-01-15 11:39:31 +0300
commitf7d5f8fb3d14519dc89e346d6b2fc67c1837da5f (patch)
tree7ed991d17f2354efff0459670d1cf6299b1c9634 /pkg/worker_watcher
parentd37cd690db533e2b8a96e55f11fc798653014e56 (diff)
gofmt stack_test.go
Diffstat (limited to 'pkg/worker_watcher')
-rw-r--r--pkg/worker_watcher/stack_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/worker_watcher/stack_test.go b/pkg/worker_watcher/stack_test.go
index ec02c1d2..7cdb88f1 100644
--- a/pkg/worker_watcher/stack_test.go
+++ b/pkg/worker_watcher/stack_test.go
@@ -104,4 +104,4 @@ func TestStack_Destroy(t *testing.T) {
stack.Push(w)
stack.Destroy(context.Background())
assert.Equal(t, int64(0), stack.actualNumOfWorkers)
-} \ No newline at end of file
+}