Skip to content

Commit 6c2a775

Browse files
committed
Fix debug formatting
1 parent b3a17ab commit 6c2a775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/TweakOpenApi.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ Get-ChildItem -Path $OpenAPIFilesPath | ForEach-Object {
3535
if ($modified) { $updatedContent | Out-File $filePath -Force }
3636
}
3737
$stopwatch.Stop()
38-
Write-Debug "Tweaked '$OpenAPIFilesPath' OpenAPI files in '$($Stopwatch.Elapsed.TotalMinutes)` minutes."
38+
Write-Debug "Tweaked '$OpenAPIFilesPath' OpenAPI files in '$($Stopwatch.Elapsed.TotalMinutes)' minutes."

0 commit comments

Comments
 (0)