Remove extra whitespace

This commit is contained in:
Michael Vines 2020-08-14 08:42:04 -07:00 committed by mergify[bot]
parent d696b7bf18
commit e345b1cb17
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ typedef enum Token_TokenInstruction_Tag {
* 1.
* * If supply is non-zero: `[writable]` The account to hold all the newly minted tokens.
* * If supply is zero: `[]` The owner/multisignature of the mint.
* 2. `[]` (optional) The owner/multisignature of the mint if supply is non-zero, if
* 2. `[]` (optional) The owner/multisignature of the mint if supply is non-zero, if
* present then further minting is supported.
*
*/

View File

@ -29,7 +29,7 @@ pub enum TokenInstruction {
/// 1.
/// * If supply is non-zero: `[writable]` The account to hold all the newly minted tokens.
/// * If supply is zero: `[]` The owner/multisignature of the mint.
/// 2. `[]` (optional) The owner/multisignature of the mint if supply is non-zero, if
/// 2. `[]` (optional) The owner/multisignature of the mint if supply is non-zero, if
/// present then further minting is supported.
///
InitializeMint {