From 6412beb907da22857ed3e9417e64c1545aedb130 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 15:47:37 +0000 Subject: [PATCH] style: Format code with gofumpt and prettier --- pkg/agent/core/ngt/service/vqueue/queue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/agent/core/ngt/service/vqueue/queue.go b/pkg/agent/core/ngt/service/vqueue/queue.go index 5d680a4a0c..8461bfb037 100644 --- a/pkg/agent/core/ngt/service/vqueue/queue.go +++ b/pkg/agent/core/ngt/service/vqueue/queue.go @@ -47,7 +47,7 @@ type vqueue struct { ic, dc uint64 } -type Index interface{ +type Index interface { Less(index) bool }