From 49749c750dd64ab6fccbf2ef5f46bde3f9bb5a66 Mon Sep 17 00:00:00 2001 From: "Xiaofeng Wang (from Dev Box)" Date: Thu, 12 Jun 2025 15:15:20 +0800 Subject: [PATCH] add empty line back in DepsJsonLibraryVersions.ps1 --- .pipelines/verifyDepsJsonLibraryVersions.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/verifyDepsJsonLibraryVersions.ps1 b/.pipelines/verifyDepsJsonLibraryVersions.ps1 index 9ff05c61b1..085e1e439a 100644 --- a/.pipelines/verifyDepsJsonLibraryVersions.ps1 +++ b/.pipelines/verifyDepsJsonLibraryVersions.ps1 @@ -91,4 +91,4 @@ if ($totalFailures -gt 0) { } Write-Host -ForegroundColor Green "All " $referencedFileVersionsPerDll.keys.Count " libraries are mentioned with the same version across the dependencies.`r`n" -exit 0 \ No newline at end of file +exit 0