mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-09 23:28:01 -05:00
build: bump "prb-test"
style: fix formatting in "Foo.sol"
This commit is contained in:
Submodule lib/prb-test updated: 99c2cd52a7...28aaf19d4f
@@ -2,11 +2,7 @@
|
|||||||
pragma solidity >=0.8.19;
|
pragma solidity >=0.8.19;
|
||||||
|
|
||||||
contract Foo {
|
contract Foo {
|
||||||
function id(uint256 value)
|
function id(uint256 value) external pure returns (uint256) {
|
||||||
external
|
|
||||||
pure
|
|
||||||
returns (uint256)
|
|
||||||
{
|
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user