Skip to content

Commit

Permalink
ci: forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranquil-Flow committed Mar 22, 2024
1 parent acd2657 commit b1bada0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/FeeCollector.sol
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,4 @@ contract FeeCollector is Ownable, IFeeCollector {

SafeTransferLib.safeTransfer(ERC20(_token), msg.sender, withdrawAmt);
}

}
1 change: 0 additions & 1 deletion src/PositionFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,4 @@ contract PositionFactory is Ownable, IPositionFactory {

SafeTransferLib.safeTransfer(ERC20(_token), msg.sender, balance);
}

}

0 comments on commit b1bada0

Please sign in to comment.