forge-fmt 0.2.0

solidity formatting
Documentation
1
2
3
4
5
6
7
// Repros of fmt issues

// https://github.com/foundry-rs/foundry/issues/4403
function errorIdentifier() {
    bytes memory error = bytes("");
    if (error.length > 0) {}
}