Skip to content

Commit

Permalink
[dotnet] Fix formatting files content globally
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Sep 13, 2024
1 parent e031b8d commit 1a3d451
Show file tree
Hide file tree
Showing 145 changed files with 158 additions and 157 deletions.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/BiDiException.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;

namespace OpenQA.Selenium.BiDi;

Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/Communication/Command.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;

namespace OpenQA.Selenium.BiDi.Communication;

Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/Communication/CommandOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;

namespace OpenQA.Selenium.BiDi.Communication;

Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/Communication/EventHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.Browser;
using OpenQA.Selenium.BiDi.Modules.Browser;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.Script;
using OpenQA.Selenium.BiDi.Modules.Script;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.Script;
using OpenQA.Selenium.BiDi.Modules.Script;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.Network;
using OpenQA.Selenium.BiDi.Modules.Network;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.Script;
using OpenQA.Selenium.BiDi.Modules.Script;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.Script;
using OpenQA.Selenium.BiDi.Modules.Script;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.Log;
using OpenQA.Selenium.BiDi.Modules.Log;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.Script;
using OpenQA.Selenium.BiDi.Modules.Script;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.Script;
using OpenQA.Selenium.BiDi.Modules.Script;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.Script;
using OpenQA.Selenium.BiDi.Modules.Script;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.Script;
using OpenQA.Selenium.BiDi.Modules.Script;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.Script;
using OpenQA.Selenium.BiDi.Modules.Script;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.Network;
using OpenQA.Selenium.BiDi.Modules.Network;
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/Communication/Message.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Text.Json;
using System.Text.Json;

namespace OpenQA.Selenium.BiDi.Communication;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Text.Json;
using System.Text.Json;
using System.Threading.Tasks;
using System.Threading;
using System;
Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/EventArgs.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
using System.Text.Json.Serialization;

namespace OpenQA.Selenium.BiDi;
Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/Modules/Browser/BrowserModule.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using OpenQA.Selenium.BiDi.Communication;

Expand Down
4 changes: 2 additions & 2 deletions dotnet/src/webdriver/BiDi/Modules/Browser/CloseCommand.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;

namespace OpenQA.Selenium.BiDi.Modules.Browser;

internal class CloseCommand() : Command<CommandParameters>(CommandParameters.Empty);

public record CloseOptions : CommandOptions;
public record CloseOptions : CommandOptions;
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;

namespace OpenQA.Selenium.BiDi.Modules.Browser;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;
using System.Collections.Generic;

namespace OpenQA.Selenium.BiDi.Modules.Browser;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;

namespace OpenQA.Selenium.BiDi.Modules.Browser;

Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/Modules/Browser/UserContext.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Threading.Tasks;

namespace OpenQA.Selenium.BiDi.Modules.Browser;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
namespace OpenQA.Selenium.BiDi.Modules.Browser;
namespace OpenQA.Selenium.BiDi.Modules.Browser;

public record UserContextInfo(UserContext UserContext);
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;

namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using System;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using OpenQA.Selenium.BiDi.Modules.Input;
using System.Collections.Generic;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using OpenQA.Selenium.BiDi.Communication;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using System;
using OpenQA.Selenium.BiDi.Modules.Network;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using OpenQA.Selenium.BiDi.Modules.Script;
using System.Collections.Generic;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using OpenQA.Selenium.BiDi.Modules.Storage;

namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;
using System.Text.Json.Serialization;

namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;

namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;

namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;
using System.Collections.Generic;

namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;

namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;
using System.Collections.Generic;

namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
Expand Down
4 changes: 2 additions & 2 deletions dotnet/src/webdriver/BiDi/Modules/BrowsingContext/Locator.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
using static OpenQA.Selenium.BiDi.Modules.BrowsingContext.AccessibilityLocator;

namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
Expand Down Expand Up @@ -46,4 +46,4 @@ public enum MatchType
Partial
}

public record XPathLocator(string Value) : Locator;
public record XPathLocator(string Value) : Locator;
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;

namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;

public record Navigation(string Id);
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;

namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;

namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;

namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;

namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;

namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;

namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;

Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/Modules/Input/InputModule.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;
using System.Threading.Tasks;

namespace OpenQA.Selenium.BiDi.Modules.Input;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;
using System;
using System.Collections.Generic;
using System.Text.Json.Serialization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;

namespace OpenQA.Selenium.BiDi.Modules.Input;

Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/Modules/Log/LogEntry.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;

namespace OpenQA.Selenium.BiDi.Modules.Log;
Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/Modules/Log/LogModule.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using System;
using OpenQA.Selenium.BiDi.Communication;

Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/Modules/Module.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;

namespace OpenQA.Selenium.BiDi.Modules;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using OpenQA.Selenium.BiDi.Communication;

namespace OpenQA.Selenium.BiDi.Modules.Network;
Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/Modules/Network/AuthChallenge.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
namespace OpenQA.Selenium.BiDi.Modules.Network;
namespace OpenQA.Selenium.BiDi.Modules.Network;

public record AuthChallenge(string Scheme, string Realm);
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;

namespace OpenQA.Selenium.BiDi.Modules.Network;

Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/Modules/Network/BytesValue.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;

namespace OpenQA.Selenium.BiDi.Modules.Network;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;
using System.Collections.Generic;

namespace OpenQA.Selenium.BiDi.Modules.Network;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OpenQA.Selenium.BiDi.Communication;
using OpenQA.Selenium.BiDi.Communication;
using System.Collections.Generic;

namespace OpenQA.Selenium.BiDi.Modules.Network;
Expand Down
Loading

0 comments on commit 1a3d451

Please sign in to comment.