mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 02:18:44 +00:00
aaaand format the code
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Octokit
|
||||
/// Retrieve the credentials from the underlying store
|
||||
/// </summary>
|
||||
/// <returns>A continuation containing credentials</returns>
|
||||
[SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification="Nope")]
|
||||
[SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Nope")]
|
||||
Task<Credentials> GetCredentials();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user