Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Apr 13, 2023
1 parent 4243d37 commit 781e7db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/AnyPackageDsc.psm1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Thomas Nieto - All Rights Reserved
# Copyright (c) Thomas Nieto - All Rights Reserved
# You may use, distribute and modify this code under the
# terms of the MIT license.

Expand Down Expand Up @@ -145,7 +145,7 @@ class Package {
} else {
Install-Package @params @additionalParams
}

} elseif ($currentState.Ensure -eq [Ensure]::Present) {
Uninstall-Package @params
}
Expand Down Expand Up @@ -184,7 +184,7 @@ class Source {
Name = $this.Name
Provider = $this.Provider
}

$params = @{
Name = $this.Name
Provider = $this.Provider
Expand Down Expand Up @@ -254,7 +254,7 @@ class Source {
} else {
Register-PackageSource @params @additionalParams
}

} elseif ($currentState.Ensure -eq [Ensure]::Present) {
Unregister-PackageSource @params
}
Expand Down

0 comments on commit 781e7db

Please sign in to comment.