From 7e24c3501113d68f87275669513d99593abdd47b Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 29 Nov 2023 00:19:44 +0000 Subject: [PATCH] Github Actions automatically updated formatting with forge fmt --- test/reference/ExampleNFT.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/reference/ExampleNFT.t.sol b/test/reference/ExampleNFT.t.sol index 7148218..d08c498 100644 --- a/test/reference/ExampleNFT.t.sol +++ b/test/reference/ExampleNFT.t.sol @@ -8,7 +8,7 @@ contract ExampleNFTTest is Test { ExampleNFT testExampleNft; function setUp() public { - testExampleNft = new ExampleNFT('Example', 'EXNFT'); + testExampleNft = new ExampleNFT("Example", "EXNFT"); } function testName() public {