Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Oighty committed Sep 23, 2024
1 parent 3f495b6 commit 34b55d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/policies/YieldRepurchaseFacility.sol
Original file line number Diff line number Diff line change
Expand Up @@ -332,4 +332,4 @@ contract YieldRepurchaseFacility is IYieldRepo, Policy, RolesConsumer {
balance = ohm.balanceOf(address(this));
backing = balance * backingPerToken;
}
}
}
2 changes: 1 addition & 1 deletion src/test/policies/Heart.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -497,4 +497,4 @@ contract HeartTest is Test {
vm.expectRevert(err);
heart.setRewardAuctionParams(uint256(2e18), uint48(12 * 25));
}
}
}
2 changes: 1 addition & 1 deletion src/test/policies/YieldRepurchaseFacility.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -735,4 +735,4 @@ contract YieldRepurchaseFacilityTest is Test {
// Confirm the view function matches
assertEq(yieldRepo.getNextYield(), expectedNextYield);
}
}
}

0 comments on commit 34b55d8

Please sign in to comment.