Skip to content

Commit 1a3d451

Browse files
committed
[dotnet] Fix formatting files content globally
1 parent e031b8d commit 1a3d451

File tree

145 files changed

+158
-157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+158
-157
lines changed

dotnet/src/webdriver/BiDi/BiDiException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22

33
namespace OpenQA.Selenium.BiDi;
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Text.Json.Serialization;
1+
using System.Text.Json.Serialization;
22

33
namespace OpenQA.Selenium.BiDi.Communication;
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22

33
namespace OpenQA.Selenium.BiDi.Communication;
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
1+
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
22
using System;
33
using System.Collections.Generic;
44
using System.Threading.Tasks;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/BrowserUserContextConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Browser;
1+
using OpenQA.Selenium.BiDi.Modules.Browser;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/BrowsingContextConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
1+
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/ChannelConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Script;
1+
using OpenQA.Selenium.BiDi.Modules.Script;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/DateTimeOffsetConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Text.Json;
33
using System.Text.Json.Serialization;
44

dotnet/src/webdriver/BiDi/Communication/Json/Converters/HandleConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Script;
1+
using OpenQA.Selenium.BiDi.Modules.Script;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/InterceptConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Network;
1+
using OpenQA.Selenium.BiDi.Modules.Network;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

0 commit comments

Comments
 (0)