From 267e13be3a2a95d9983ca8742f536d6b7f70be43 Mon Sep 17 00:00:00 2001 From: tsachiherman <24438559+tsachiherman@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:32:58 -0400 Subject: [PATCH] lint --- state/keys_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state/keys_test.go b/state/keys_test.go index af7fca96a0..8e819f836a 100644 --- a/state/keys_test.go +++ b/state/keys_test.go @@ -180,4 +180,4 @@ func TestKeysMarshalingFuzz(t *testing.T) { require.NoError(decodedKeys.UnmarshalJSON(bytes)) require.True(keys.compare(decodedKeys)) } -} \ No newline at end of file +}