From 60f23c971f34bdef9ef1cf156743d14c0a21686b Mon Sep 17 00:00:00 2001 From: martin0995 Date: Thu, 22 Aug 2024 13:17:32 +0200 Subject: [PATCH] forge format --- test/Placeholder.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Placeholder.t.sol b/test/Placeholder.t.sol index 41b440a..bafec43 100644 --- a/test/Placeholder.t.sol +++ b/test/Placeholder.t.sol @@ -4,7 +4,7 @@ pragma solidity ^0.8.18; import "forge-std/Test.sol"; contract PlaceholderTest is Test { - function testPlaceholder() pure public { + function testPlaceholder() public pure { assertTrue(true); // This test will always pass } }