mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-31 18:13:21 +00:00
aaaand format the code
This commit is contained in:
@@ -36,13 +36,13 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// What property to sort pull requests by.
|
||||
/// </summary>
|
||||
[Parameter(Key="sort")]
|
||||
[Parameter(Key = "sort")]
|
||||
public PullRequestSort SortProperty { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// What direction to sort the pull requests.
|
||||
/// </summary>
|
||||
[Parameter(Key="direction")]
|
||||
[Parameter(Key = "direction")]
|
||||
public SortDirection SortDirection { get; set; }
|
||||
|
||||
internal string DebuggerDisplay
|
||||
@@ -71,7 +71,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// Sort by age (filtering by pulls updated in the last month)
|
||||
/// </summary>
|
||||
[Parameter(Value= "long-running")]
|
||||
[Parameter(Value = "long-running")]
|
||||
LongRunning
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user