Skip to content

Commit

Permalink
prettier auto formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkatsios authored and github-actions[bot] committed Aug 13, 2024
1 parent ae649cc commit 84562ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/test/foundry/sun/Sun.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 84562ce

Please sign in to comment.