Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Some consistent formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
asoong committed Nov 6, 2018
1 parent 882e6a6 commit 5e16605
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contracts/core/interfaces/ISetToken.sol
Expand Up @@ -58,8 +58,8 @@ interface ISetToken {
returns(uint256[]);

/*
* Mint set token for given address.
* Can only be called by authorized contracts.
* Mint set token for given address
* Can only be called by authorized contracts
*
* @param _issuer The address of the issuing account
* @param _quantity The number of sets to attribute to issuer
Expand All @@ -71,8 +71,8 @@ interface ISetToken {
external;

/*
* Burn set token for given address.
* Can only be called by authorized contracts.
* Burn set token for given address
* Can only be called by authorized contracts
*
* @param _from The address of the redeeming account
* @param _quantity The number of sets to burn from redeemer
Expand Down

0 comments on commit 5e16605

Please sign in to comment.