Skip to content

Commit 9d1fedb

Browse files
committed
Code formatting in .NET. No functional changes.
1 parent c9ed1e2 commit 9d1fedb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dotnet/src/webdriver/DriverService.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,10 @@ public void Dispose()
255255
[SecurityPermission(SecurityAction.Demand)]
256256
public void Start()
257257
{
258-
if(this.driverServiceProcess != null)
258+
if (this.driverServiceProcess != null)
259+
{
259260
return;
261+
}
260262

261263
this.driverServiceProcess = new Process();
262264
this.driverServiceProcess.StartInfo.FileName = Path.Combine(this.driverServicePath, this.driverServiceExecutableName);

0 commit comments

Comments
 (0)