From 6c269a1bb52ea3f6a9eb1280fdb307d3ea0d2879 Mon Sep 17 00:00:00 2001 From: bitterpanda Date: Fri, 18 Jul 2025 09:53:58 +0000 Subject: [PATCH] Update src/shell-integration/supported-shells/powershell.spec.js --- src/shell-integration/supported-shells/powershell.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell-integration/supported-shells/powershell.spec.js b/src/shell-integration/supported-shells/powershell.spec.js index 4006b13..6ebe732 100644 --- a/src/shell-integration/supported-shells/powershell.spec.js +++ b/src/shell-integration/supported-shells/powershell.spec.js @@ -200,4 +200,4 @@ describe("PowerShell Core shell integration", () => { assert.strictEqual(npmMatches, 1, "Should not duplicate aliases"); }); }); -}); \ No newline at end of file +});