Skip to content

Commit 0ff2a19

Browse files
diemolnvborisenko
andauthored
Update dotnet/src/webdriver/Safari/SafariDriverService.cs
Co-authored-by: Nikolay Borisenko <[email protected]>
1 parent 5f6e822 commit 0ff2a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/Safari/SafariDriverService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public sealed class SafariDriverService : DriverService
3636
/// When set to <see langword="true"/>, the <b>SafariDriver</b> will be started with the <i>--diagnose</i> flag.
3737
/// Logs will be written to <i>~/Library/Logs/com.apple.WebDriver/</i>.
3838
/// </summary>
39-
public bool? Diagnose { get; set; }
39+
public bool? Diagnose { get; set; }
4040

4141
/// <summary>
4242
/// Initializes a new instance of the <see cref="SafariDriverService"/> class.

0 commit comments

Comments
 (0)