mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-08 22:58:05 -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;
|
||||
|
||||
contract Foo {
|
||||
function id(uint256 value)
|
||||
external
|
||||
pure
|
||||
returns (uint256)
|
||||
{
|
||||
function id(uint256 value) external pure returns (uint256) {
|
||||
return value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user