Skip to content

Commit 705eff5

Browse files
committed
Reorder string splitting
1 parent f002a6f commit 705eff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PowerShellEditorServices/Workspace/ScriptFile.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ public class ScriptFile
2222

2323
private static readonly string[] s_newlines = new []
2424
{
25-
"\n",
26-
"\r\n"
25+
"\r\n",
26+
"\n"
2727
};
2828

2929
private Token[] scriptTokens;

0 commit comments

Comments
 (0)