Skip to content

Commit

Permalink
Update test/mocks/SplitterMock.sol
Browse files Browse the repository at this point in the history
Co-authored-by: sunbreak1211 <[email protected]>
  • Loading branch information
telome and sunbreak1211 authored Jan 19, 2024
1 parent 796eaf6 commit e50cfdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/mocks/SplitterMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pragma solidity ^0.8.16;
interface VatLike {
function move(address, address, uint256) external;
function hope(address) external;
function nope(address) external;
}

interface DaiJoinLike {
Expand Down

0 comments on commit e50cfdc

Please sign in to comment.