From f26ed872c9855eb6e0919ef99f01fb62b6dfcaed Mon Sep 17 00:00:00 2001 From: Federica Date: Mon, 23 Oct 2023 18:43:25 -0300 Subject: [PATCH] fmt --- pkg/vm/cairo_run/cairo_run_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/vm/cairo_run/cairo_run_test.go b/pkg/vm/cairo_run/cairo_run_test.go index 19d3a08e..4fc0fc75 100644 --- a/pkg/vm/cairo_run/cairo_run_test.go +++ b/pkg/vm/cairo_run/cairo_run_test.go @@ -355,7 +355,7 @@ func TestKeccakAddUint256(t *testing.T) { func TestBlake2sHelloWorldHash(t *testing.T) { testProgram("blake2s_hello_world_hash", t) - } +} func TestUint256Integration(t *testing.T) { testProgram("uint256_integration_tests", t)