Skip to content

Commit a6f8d82

Browse files
committed
fix: linting
1 parent de6470c commit a6f8d82

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

certora/stata/harness/pool/SymbolicLendingPool.sol

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@ contract SymbolicLendingPool {
9393
return reserve.configuration;
9494
}
9595

96-
function getVirtualUnderlyingBalance(
97-
address asset
98-
) external view virtual returns (uint128) {
96+
function getVirtualUnderlyingBalance(address asset) external view virtual returns (uint128) {
9997
return reserve.virtualUnderlyingBalance;
10098
}
101-
10299
}

0 commit comments

Comments
 (0)