Skip to content

Commit 486dbcb

Browse files
updates
1 parent 1459c9a commit 486dbcb

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

PSFramework.NuGet/functions/Get/Install-PSFModule.ps1

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
function Install-PSFModule
2-
{
1+
function Install-PSFModule {
32
[CmdletBinding(PositionalBinding = $false, DefaultParameterSetName = 'ByName', SupportsShouldProcess = $true)]
43
Param (
54
[Parameter(Mandatory = $true, Position = 0, ParameterSetName = 'ByName')]
@@ -57,16 +56,13 @@
5756
$InputObject
5857
)
5958

60-
begin
61-
{
59+
begin {
6260

6361
}
64-
process
65-
{
62+
process {
6663
#TODO: Implement
6764
}
68-
end
69-
{
65+
end {
7066

7167
}
7268
}

0 commit comments

Comments
 (0)