From ae58af3ca1d37cb61f106146e4bf9bd1d033e8b3 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 25 Jun 2021 22:07:52 +0300 Subject: - Fix bug with an exec_ttl reallocation issue Signed-off-by: Valery Piashchynski --- pkg/worker_watcher/container/interface.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkg/worker_watcher/container/interface.go') diff --git a/pkg/worker_watcher/container/interface.go b/pkg/worker_watcher/container/interface.go index 532bace9..0e648d34 100644 --- a/pkg/worker_watcher/container/interface.go +++ b/pkg/worker_watcher/container/interface.go @@ -1,6 +1,8 @@ package container -import "github.com/spiral/roadrunner/v2/pkg/worker" +import ( + "github.com/spiral/roadrunner/v2/pkg/worker" +) // Vector interface represents vector container type Vector interface { -- cgit v1.2.3