Skip to content

Commit

Permalink
chore: forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Jul 8, 2023
1 parent c8cb498 commit 1d81cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/cheats/Json.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ contract ParseJson is DSTest {
}

function parseJsonUint(string memory json, string memory path) public returns (uint256) {
uint data = vm.parseJsonUint(json, path);
uint256 data = vm.parseJsonUint(json, path);
}

function test_coercionUint() public {
Expand Down

0 comments on commit 1d81cf8

Please sign in to comment.