Skip to content

Commit 758db97

Browse files
Robert Holtrjmholt
authored andcommitted
Fix file ending newlines
1 parent 66f92a7 commit 758db97

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

PSCompatibilityCollector/PSCompatibilityCollector.psd1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,3 @@ PrivateData = @{
6969
} # End of PrivateData hashtable
7070

7171
}
72-
73-

PSCompatibilityCollector/PSCompatibilityCollector.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ if ($PSVersionTable.PSVersion.Major -ge 6)
99
else
1010
{
1111
Import-Module ([System.IO.Path]::Combine($PSScriptRoot, 'net452', 'Microsoft.PowerShell.CrossCompatibility.dll')) -Force
12-
}
12+
}

0 commit comments

Comments
 (0)