Skip to content

Commit 577812f

Browse files
bartizanCopilot
andauthored
Update DevProxy.Abstractions/Data/MSGraphDb.cs
Co-authored-by: Copilot <[email protected]>
1 parent 4df1735 commit 577812f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevProxy.Abstractions/Data/MSGraphDb.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ private async Task<bool> DownloadOpenAPIFileAsync(string url, FileInfo yamlFile,
249249
return false;
250250
}
251251

252-
//save the new OpenAPI spec
252+
// Save the new OpenAPI spec.
253253
var _ = response.EnsureSuccessStatusCode();
254254
await using var contentStream = await response.Content.ReadAsStreamAsync(cancellationToken);
255255
await using var fileStream = new FileStream(yamlFile.FullName,

0 commit comments

Comments
 (0)