Skip to content

Commit 876611b

Browse files
irvinesundayddyett
andauthored
Update src/Microsoft.OpenApi/Services/OpenApiUrlSpaceNode.cs
Co-authored-by: DeVere Dyett <[email protected]>
1 parent a659d3f commit 876611b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi/Services/OpenApiUrlSpaceNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public static OpenApiUrlSpaceNode Create(OpenApiDocument doc, string label = "")
144144
var paths = doc?.Paths;
145145
if (paths != null)
146146
{
147-
root = new OpenApiUrlSpaceNode("");
147+
root = new OpenApiUrlSpaceNode(string.Empty);
148148

149149
foreach (var path in paths)
150150
{

0 commit comments

Comments
 (0)