Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Remove unnecessary spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
acamino committed Oct 22, 2015
1 parent 4d813be commit ec14f52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Authy.Net/AuthyClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ public RegisterUserResult RegisterUser(string email, string cellPhoneNumber, int
});
}



/// <summary>
/// Verify a token with authy
/// </summary>
Expand Down Expand Up @@ -132,7 +130,6 @@ public SendSmsResult SendSms(string userId, bool force = false)
});
}


/// <summary>
/// Send the token via phone call to a user who isn't registered. If the user is registered with a mobile app then the phone call will be ignored.
/// </summary>
Expand Down

0 comments on commit ec14f52

Please sign in to comment.