Skip to content

Commit b693138

Browse files
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#25)
## Description This pull request makes a minor update to the `Planets.ps1` file. The change is not functionally significant but may address encoding or formatting. - Added a byte order mark (BOM) at the start of `Planets.ps1`, which can help some editors recognize the file's encoding.
1 parent 03a9d35 commit b693138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)