Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
0xp3th1um committed Feb 5, 2025
1 parent d113e36 commit ce3d3ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DssBlow2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ interface DaiJoinLike {
function dai() external view returns (address);
function join(address, uint256) external;
}

interface UsdsJoinLike is DaiJoinLike {
function usds() external view returns (address);
}
Expand Down

0 comments on commit ce3d3ee

Please sign in to comment.