Skip to content

Commit e85e478

Browse files
committed
Clean up
1 parent 5046131 commit e85e478

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.OpenApi/Reader/OpenApiJsonReader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ private async Task<OpenApiDiagnostic> LoadExternalRefs(OpenApiDocument document,
193193
{
194194
// Create workspace for all documents to live in.
195195
var baseUrl = settings.BaseUrl ?? new Uri(OpenApiConstants.BaseRegistryUri);
196-
197196
var openApiWorkSpace = new OpenApiWorkspace(baseUrl);
198197

199198
// Load this root document into the workspace

0 commit comments

Comments
 (0)