Skip to content

Commit 09d5e70

Browse files
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#11)
## Description This pull request introduces a minor change to the `src/variables/public/Planets.ps1` file, with no impact on logic or functionality. The update appears to be a non-functional change, possibly related to file encoding or the addition of a Byte Order Mark (BOM).
1 parent e3f47ac commit 09d5e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎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)