Skip to content

Commit 382b518

Browse files
committed
fmt
Signed-off-by: Adam Wolf <[email protected]>
1 parent bf8450a commit 382b518

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/common/CosignableTest.t.sol

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ contract CosignableTest is Test {
5858
assertTrue(digest != bytes32(0));
5959
}
6060

61-
function testFuzzAssertValidCosign(address minter, uint32 qty, uint256 timestamp, uint256 cosignNonce) public view {
61+
function testFuzzAssertValidCosign(address minter, uint32 qty, uint256 timestamp, uint256 cosignNonce)
62+
public
63+
view
64+
{
6265
// Ensure timestamp is within a reasonable range
6366
timestamp = bound(timestamp, block.timestamp, block.timestamp + 365 days);
6467

0 commit comments

Comments
 (0)