diff --git a/test/libraries/BipsLibrary.t.sol b/test/libraries/BipsLibrary.t.sol index 51e73f36..02cc67d7 100644 --- a/test/libraries/BipsLibrary.t.sol +++ b/test/libraries/BipsLibrary.t.sol @@ -48,4 +48,4 @@ contract BipsLibraryTest is Test { // 0.01% of 30M is 300 assertEq(BLOCK_GAS_LIMIT / 10000, block.gaslimit.calculatePortion(1)); } -} \ No newline at end of file +}