Skip to content

Commit 3a4deb6

Browse files
committed
revert formatting
1 parent cd9209c commit 3a4deb6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dotnet/src/webdriver/DevTools/DevToolsVersionInfo.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@ public class DevToolsVersionInfo
6666
/// </summary>
6767
[JsonPropertyName("V8-Version")]
6868
[JsonInclude]
69-
public string V8Version { get; internal set; }
69+
public string V8Version
70+
{
71+
get;
72+
internal set;
73+
}
7074

7175
/// <summary>
7276
/// Gets the URL for the WebSocket connection used for communicating via the DevTools Protocol.

0 commit comments

Comments
 (0)