From 980d416d0e211592c1828a7d8c280036a0513b68 Mon Sep 17 00:00:00 2001 From: danielailie Date: Mon, 5 Aug 2024 16:51:21 +0300 Subject: [PATCH] Remove whitespaces --- api/groups/baseBlockGroup_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/groups/baseBlockGroup_test.go b/api/groups/baseBlockGroup_test.go index 0ab93625..9d0e9b67 100644 --- a/api/groups/baseBlockGroup_test.go +++ b/api/groups/baseBlockGroup_test.go @@ -18,7 +18,7 @@ import ( "github.com/stretchr/testify/require" ) -const blockPath = "/block" +const blockPath = "/block" func TestNewBlockGroup_WrongFacadeShouldErr(t *testing.T) { wrongFacade := &mock.WrongFacade{}