Skip to content

Commit f2a0d93

Browse files
committed
Finally don't use EmptyResult
1 parent e3fc054 commit f2a0d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/BiDi/Communication/Command.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ internal record Parameters
5353
public static Parameters Empty { get; } = new Parameters();
5454
}
5555

56-
public record EmptyResult;
56+
public abstract record EmptyResult;

0 commit comments

Comments
 (0)