Skip to content

Commit f002a6f

Browse files
committed
Change some whitespace
1 parent 0b1f3af commit f002a6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/PowerShellEditorServices/Workspace/ScriptFile.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ public ScriptFile(
173173
new StringReader(initialBuffer),
174174
powerShellVersion)
175175
{
176-
177176
}
177+
178178
/// <summary>
179179
/// Creates a new ScriptFile instance with the specified filepath.
180180
/// </summary>
@@ -191,7 +191,6 @@ public ScriptFile(
191191
File.ReadAllText(filePath),
192192
powerShellVersion)
193193
{
194-
195194
}
196195

197196
#endregion

0 commit comments

Comments
 (0)