From 88e2f8c30d44a54e4228011dcc2b1cea22e7e2dc Mon Sep 17 00:00:00 2001 From: Steve Coffman Date: Fri, 15 Sep 2023 06:37:23 -0400 Subject: [PATCH] Format the error file from #282 (#283) Signed-off-by: Steve Coffman --- gqlerror/error_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gqlerror/error_test.go b/gqlerror/error_test.go index c340b11..69db4c4 100644 --- a/gqlerror/error_test.go +++ b/gqlerror/error_test.go @@ -63,8 +63,8 @@ func TestList_As(t *testing.T) { targetFound bool }{ { - name: "Empty list", - errs: List{}, + name: "Empty list", + errs: List{}, }, { name: "List with one error",