From 8b4418797ea7cd3430b79ab676bc45aac1aa55d0 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:22:40 +0000 Subject: [PATCH] style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in 0e3b1ea according to the output from Gofumpt and Prettier. Details: https://github.com/vdaas/vald/pull/2276 --- pkg/gateway/lb/service/gateway.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/gateway/lb/service/gateway.go b/pkg/gateway/lb/service/gateway.go index b3ffdf5a9ab..1223214581a 100644 --- a/pkg/gateway/lb/service/gateway.go +++ b/pkg/gateway/lb/service/gateway.go @@ -42,6 +42,7 @@ type Gateway interface { } type BroadCastKind int + const ( READ BroadCastKind = iota WRITE