From 2dcc8bf84217dca20fd51fe62be7b8d0085edbd0 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Tue, 14 Jun 2022 09:30:36 +0200 Subject: [PATCH] fix pwsh style --- src/PSCredentialStore.psm1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/PSCredentialStore.psm1 b/src/PSCredentialStore.psm1 index 21ddd38..978d81d 100644 --- a/src/PSCredentialStore.psm1 +++ b/src/PSCredentialStore.psm1 @@ -3,8 +3,6 @@ #endregion module-definition Set-Variable -Name "CSVersion" -Value "2.0.0" -Option Constant -Scope 'Script' -ErrorAction Stop - - #region dot-sourcing # dot-sourcing all module functions. The export is handled via manifest file.