Skip to content

Commit 6e88649

Browse files
UTF8BOM
1 parent eee6fb1 commit 6e88649

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/srcTestRepo/src/variables/public/Planets.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$script:Planets = @(
1+
$script:Planets = @(
22
@{
33
Name = 'Mercury'
44
Mass = 0.330

tests/srcWithManifestTestRepo/src/variables/public/Planets.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$script:Planets = @(
1+
$script:Planets = @(
22
@{
33
Name = 'Mercury'
44
Mass = 0.330

0 commit comments

Comments
 (0)