From 84562cecc27da6aeabda5f36f5c1860f1cc9af85 Mon Sep 17 00:00:00 2001 From: nickkatsios Date: Tue, 13 Aug 2024 13:33:12 +0000 Subject: [PATCH] prettier auto formatting changes --- protocol/test/foundry/sun/Sun.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/test/foundry/sun/Sun.t.sol b/protocol/test/foundry/sun/Sun.t.sol index 0851c42f67..04e2d862de 100644 --- a/protocol/test/foundry/sun/Sun.t.sol +++ b/protocol/test/foundry/sun/Sun.t.sol @@ -429,7 +429,7 @@ contract SunTest is TestHelper { int256 twaDeltaB = -1000; uint32 currentSeason = bs.season(); vm.expectEmit(); - // expect the minimum of the -twaDeltaB and -instDeltaB to be used. + // expect the minimum of the -twaDeltaB and -instDeltaB to be used. emit Soil(currentSeason + 1, 1000); season.sunSunrise(twaDeltaB, 1); assertEq(bs.totalSoil(), 1000);