Skip to content

Commit

Permalink
forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
eyqs committed Sep 13, 2024
1 parent c586323 commit 91fbb31
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nest/src/FakeComponentToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ import { IComponentToken } from "./interfaces/IComponentToken.sol";
* Users can buy and sell one FakeComponentToken by exchanging it with one CurrencyToken at any time.
* @custom:oz-upgrades-from FakeComponentToken
*/
contract FakeComponentToken is Initializable, AccessControlUpgradeable, UUPSUpgradeable, ERC20Upgradeable, IComponentToken {
contract FakeComponentToken is
Initializable,
AccessControlUpgradeable,
UUPSUpgradeable,
ERC20Upgradeable,
IComponentToken
{

// Storage

Expand Down

0 comments on commit 91fbb31

Please sign in to comment.