Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
tensojka committed Apr 17, 2024
1 parent 5c89fc9 commit 051b12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ mod FloatingToken {
self.erc20.initializer(name, symbol);
self.erc20._mint(recipient, fixed_supply);
}
}
}

0 comments on commit 051b12e

Please sign in to comment.