Skip to content

Commit 66dad41

Browse files
author
GitHub Actions Autoformatter
committed
Auto-format source code
1 parent 071a5d1 commit 66dad41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/xharness/Harness.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,10 @@ string GetVariable (string variable, string @default = null)
198198
string? spawnerPath;
199199
public string SpawnerPath {
200200
get {
201-
if (spawnerPath is null)
201+
if (spawnerPath is null)
202202
spawnerPath = Path.GetFullPath (Path.Combine (RootDirectory, "..", "tools", "spawner", "spawner"));
203203
return spawnerPath;
204-
}
204+
}
205205
}
206206

207207
public void UseSpawner (ProcessStartInfo processStartInfo, IList<string> arguments)

0 commit comments

Comments
 (0)