stylecop fix followup, enforce SA1503 (#432)
* enforce SA1503 * fix spacing * fix SA1413 * fix spacing * fix SA1013
This commit is contained in:
@@ -76,10 +76,6 @@ namespace k8s
|
||||
/// Gets, when this exception was raised because of a Kubernetes status message, the underlying
|
||||
/// Kubernetes status message.
|
||||
/// </summary>
|
||||
public V1Status Status
|
||||
{
|
||||
get;
|
||||
private set;
|
||||
}
|
||||
public V1Status Status { get; private set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user