From 4ca5c3d651ef3b5a15d61d2b72e8a7fed86a836c Mon Sep 17 00:00:00 2001 From: Serhat Karabulut Date: Wed, 3 Jul 2024 14:20:29 +0300 Subject: [PATCH] chore: lint field alignment --- internal/http/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/http/server.go b/internal/http/server.go index 104df0b..6c7b191 100644 --- a/internal/http/server.go +++ b/internal/http/server.go @@ -20,8 +20,8 @@ type Server interface { } type server struct { - cdcConfig config.Config server http.Server + cdcConfig config.Config closed bool }