Skip to content

Commit 87cfb98

Browse files
committed
minimize unnecessary changes
1 parent f7764ff commit 87cfb98

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dotnet/src/webdriver/BiDi/Modules/Browser/BrowserModule.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
// under the License.
1818
// </copyright>
1919

20+
using System.Collections.Generic;
2021
using System.Threading.Tasks;
2122
using OpenQA.Selenium.BiDi.Communication;
2223

dotnet/src/webdriver/BiDi/Modules/Network/AddInterceptCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
// under the License.
1818
// </copyright>
1919

20-
using OpenQA.Selenium.BiDi.Communication;
2120
using System.Collections.Generic;
21+
using OpenQA.Selenium.BiDi.Communication;
2222

2323
namespace OpenQA.Selenium.BiDi.Modules.Network;
2424

dotnet/src/webdriver/BiDi/Modules/Network/SetCacheBehaviorCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
// under the License.
1818
// </copyright>
1919

20-
using OpenQA.Selenium.BiDi.Communication;
2120
using System.Collections.Generic;
21+
using OpenQA.Selenium.BiDi.Communication;
2222

2323
namespace OpenQA.Selenium.BiDi.Modules.Network;
2424

0 commit comments

Comments
 (0)