Skip to content

Commit ef7a735

Browse files
committed
Set nullability after using statements
1 parent 67a40dd commit ef7a735

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dotnet/src/webdriver/DefaultFileDetector.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
// limitations under the License.
1717
// </copyright>
1818

19-
#nullable enable
20-
2119
using System.Diagnostics.CodeAnalysis;
2220

21+
#nullable enable
22+
2323
namespace OpenQA.Selenium
2424
{
2525
/// <summary>

dotnet/src/webdriver/IFileDetector.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
// limitations under the License.
1717
// </copyright>
1818

19-
#nullable enable
20-
2119
using System.Diagnostics.CodeAnalysis;
2220

21+
#nullable enable
22+
2323
namespace OpenQA.Selenium
2424
{
2525
/// <summary>

0 commit comments

Comments
 (0)