Add in formatting pre-check. (#431)

This commit is contained in:
Brendan Burns
2020-04-22 12:15:45 -07:00
committed by GitHub
parent 56b7f76d6c
commit c1de779933
32 changed files with 125 additions and 81 deletions

View File

@@ -37,7 +37,7 @@ namespace k8s.Models
public PathType Type { get; private set; }
public V1Patch(IJsonPatchDocument jsonPatch) : this((object) jsonPatch)
public V1Patch(IJsonPatchDocument jsonPatch) : this((object)jsonPatch)
{
}