Skip to content

Commit 1c1f6c4

Browse files
"" to string.Empty
1 parent e906b7d commit 1c1f6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices/Workspace/ScriptRegion.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public static ScriptRegion Create(IScriptExtent scriptExtent)
9191
}
9292
catch (ArgumentOutOfRangeException e)
9393
{
94-
scriptExtentText = "";
94+
scriptExtentText = string.Empty;
9595
}
9696

9797
return new ScriptRegion

0 commit comments

Comments
 (0)