From 5b12a634da5b81e7ea5a1bba0c7ba5db2142bbb5 Mon Sep 17 00:00:00 2001 From: grepsuzette Date: Fri, 23 Aug 2024 18:59:28 +0800 Subject: [PATCH] run make fmt --- examples/gno.land/p/demo/tictactoe/tictactoe1p/1pvscpu_test.gno | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/gno.land/p/demo/tictactoe/tictactoe1p/1pvscpu_test.gno b/examples/gno.land/p/demo/tictactoe/tictactoe1p/1pvscpu_test.gno index 3dc963a7bd8..181074fc453 100644 --- a/examples/gno.land/p/demo/tictactoe/tictactoe1p/1pvscpu_test.gno +++ b/examples/gno.land/p/demo/tictactoe/tictactoe1p/1pvscpu_test.gno @@ -5,7 +5,6 @@ import ( "std" "testing" - "gno.land/p/demo/ternary" "gno.land/p/demo/uassert" )