Skip to content

Commit

Permalink
sort the imports
Browse files Browse the repository at this point in the history
  • Loading branch information
xhad committed Oct 18, 2024
1 parent 12f519a commit 1c2cc48
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/Vault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
pragma solidity ^0.8.24;

import {
AccessControlUpgradeable,
Address,
IERC20,
Math,
ERC20PermitUpgradeable,
IERC20,
IERC20Metadata,
SafeERC20,
AccessControlUpgradeable,
ERC20PermitUpgradeable,
ReentrancyGuardUpgradeable
Math,
ReentrancyGuardUpgradeable,
SafeERC20
} from "./Common.sol";

import {Storage} from "src/Storage.sol";
Expand Down

0 comments on commit 1c2cc48

Please sign in to comment.