Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JhChoy committed Jan 23, 2024
1 parent c95bfa2 commit d01b348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/mocks/SignificantBitWrapper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ contract SignificantBitWrapper {
function mostSignificantBit(uint256 x) external pure returns (uint8) {
return x.mostSignificantBit();
}

}

0 comments on commit d01b348

Please sign in to comment.