Skip to content

Commit e53d1ea

Browse files
committed
fix nullable variable name
1 parent 3e5f2b4 commit e53d1ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/src/support/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ csharp_library(
3636
]) + [":assembly-info"],
3737
out = "WebDriver.Support",
3838
langversion = "12.0",
39-
nullability = "annotations",
39+
nullable = "annotations",
4040
target_frameworks = [
4141
"netstandard2.0",
4242
],
@@ -77,7 +77,7 @@ csharp_library(
7777
out = "WebDriver.Support.StrongNamed",
7878
keyfile = "//dotnet:WebDriver.snk",
7979
langversion = "12.0",
80-
nullability = "annotations",
80+
nullable = "annotations",
8181
target_frameworks = [
8282
"netstandard2.0",
8383
],

0 commit comments

Comments
 (0)