Skip to content

Commit 318bb5e

Browse files
committed
doc: link issue
1 parent 81e6740 commit 318bb5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/fmt/testdata/TryStatement/fmt.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ contract TryStatement {
9999
uint80, int256 _price, uint256, uint256 _updatedAt, uint80
100100
) {
101101
return true;
102-
} catch {} // trailing cmnt
102+
} catch {} // https://github.com/foundry-rs/foundry/issues/12240
103103
}
104104
}

crates/fmt/testdata/TryStatement/original.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ contract TryStatement {
8989
function try_reallyLongCall() {
9090
try AggregatorV3Interface(oracle).latestRoundData() returns (uint80, int256 _price, uint256, uint256 _updatedAt, uint80) {
9191
return true;
92-
} catch {} // trailing cmnt
92+
} catch {} // https://github.com/foundry-rs/foundry/issues/12240
9393
}
9494
}

0 commit comments

Comments
 (0)