Skip to content

Commit c04e433

Browse files
authored
[dotnet] Format dotnet code according to default config (#12879)
Format dotnet code according to default config
1 parent 97f4e23 commit c04e433

Some content is hidden

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

60 files changed

+70
-65
lines changed

dotnet/src/support/Events/FindElementEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="FindElementEventArgs.cs" company="WebDriver Committers">
1+
// <copyright file="FindElementEventArgs.cs" company="WebDriver Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
33
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information

dotnet/src/support/Events/WebDriverExceptionEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="WebDriverExceptionEventArgs.cs" company="WebDriver Committers">
1+
// <copyright file="WebDriverExceptionEventArgs.cs" company="WebDriver Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
33
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information

dotnet/src/support/Events/WebDriverNavigationEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="WebDriverNavigationEventArgs.cs" company="WebDriver Committers">
1+
// <copyright file="WebDriverNavigationEventArgs.cs" company="WebDriver Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
33
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information

dotnet/src/support/Events/WebDriverScriptEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="WebDriverScriptEventArgs.cs" company="WebDriver Committers">
1+
// <copyright file="WebDriverScriptEventArgs.cs" company="WebDriver Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
33
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information

dotnet/src/support/Events/WebElementEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="WebElementEventArgs.cs" company="WebDriver Committers">
1+
// <copyright file="WebElementEventArgs.cs" company="WebDriver Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
33
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information

dotnet/src/support/Events/WebElementValueEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="WebElementValueEventArgs.cs" company="WebDriver Committers">
1+
// <copyright file="WebElementValueEventArgs.cs" company="WebDriver Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
33
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information

dotnet/src/support/Extensions/WebDriverExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="WebDriverExtensions.cs" company="WebDriver Committers">
1+
// <copyright file="WebDriverExtensions.cs" company="WebDriver Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
33
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information
@@ -111,7 +111,7 @@ public static T ExecuteJavaScript<T>(this IWebDriver driver, string script, para
111111
{
112112
result = (T)Convert.ChangeType(value, type);
113113
}
114-
catch(Exception exp)
114+
catch (Exception exp)
115115
{
116116
throw new WebDriverException("Script returned a value, but the result could not be cast to the desired type", exp);
117117
}

dotnet/src/support/UI/ILoadableComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="ILoadableComponent.cs" company="WebDriver Committers">
1+
// <copyright file="ILoadableComponent.cs" company="WebDriver Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
33
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information

dotnet/src/support/UI/LoadableComponentException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="LoadableComponentException.cs" company="WebDriver Committers">
1+
// <copyright file="LoadableComponentException.cs" company="WebDriver Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
33
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information

dotnet/src/support/UI/LoadableComponent{T}.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="LoadableComponent{T}.cs" company="WebDriver Committers">
1+
// <copyright file="LoadableComponent{T}.cs" company="WebDriver Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
33
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information

0 commit comments

Comments
 (0)