From af2aeb61b0922f0c5992a898b66d37effad1d770 Mon Sep 17 00:00:00 2001 From: dianakocsis Date: Wed, 16 Oct 2024 15:39:43 -0400 Subject: [PATCH] format again --- test/libraries/BipsLibrary.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}