Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Sep 20, 2023
1 parent a43d2cd commit 7374fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/experimental/FOTToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ contract FOTTokenProxy is CustomSuperTokenBase, UUPSProxy, Ownable, IFOTTokenCus
string memory symbol
) external {
ISuperTokenFactory(factory).initializeCustomSuperToken(address(this));
ISuperToken(address(this)).initialize(IERC20(address(0)), 18, name, symbol);
ISuperToken(address(this)).initialize(IERC20(address(0)), 18, name, symbol);
}

// ======= IFOTTokenCustom =======
Expand Down

0 comments on commit 7374fc6

Please sign in to comment.