Skip to content

Commit

Permalink
forge format
Browse files Browse the repository at this point in the history
  • Loading branch information
martin0995 committed Aug 22, 2024
1 parent cde410f commit 60f23c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Placeholder.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 60f23c9

Please sign in to comment.