Skip to content

Commit

Permalink
Fix linter error.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Oct 6, 2023
1 parent 40001c6 commit 0315e33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/contracts/testnet/TapirSet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import "@openzeppelin/contracts/token/ERC20/ERC20.sol";

import "../coordination/TACoChildApplication.sol";


contract TapirTACoChildApplication is TACoChildApplication, Ownable {
constructor(ITACoChildToRoot _rootApplication) TACoChildApplication(_rootApplication) {}

Expand Down

0 comments on commit 0315e33

Please sign in to comment.