Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Jul 24, 2024
1 parent 0928ca5 commit cdda9c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/lib/LibDecimalFloatSlow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity ^0.8.25;
import {LibDecimalFloatImplementation} from "src/lib/implementation/LibDecimalFloatImplementation.sol";
import {LibDecimalFloat} from "src/lib/LibDecimalFloat.sol";


library LibDecimalFloatSlow {
function multiplySlow(int256 signedCoefficientA, int256 exponentA, int256 signedCoefficientB, int256 exponentB)
internal
Expand Down

0 comments on commit cdda9c6

Please sign in to comment.