Skip to content

Commit f2a0982

Browse files
committed
keep extra spaces/tabs more
1 parent a5f36b3 commit f2a0982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Appium.Net/Appium/Service/Options/OptionCollector.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public OptionCollector AddArguments(KeyValuePair<string, string> arguments)
3939
/// Adds/merges server-specific capabilities
4040
/// </summary>
4141
/// <param name="options">is an instance of OpenQA.Selenium.Remote.AppiumOptions</param>
42-
/// <returns>the self-reference</returns>
42+
/// <returns>the self-reference</returns>
4343
public OptionCollector AddCapabilities(AppiumOptions options)
4444
{
4545
if (this.options == null)

test/integration/helpers/Env.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private static void Init()
1919

2020
_env = new Dictionary<string, JsonElement>
2121
{
22-
{ "DEV", JsonDocument.Parse("true").RootElement },
22+
{ "DEV", JsonDocument.Parse("true").RootElement },
2323
{ "isRemoteAppiumServer", JsonDocument.Parse("false").RootElement },
2424
{ "remoteAppiumServerUri", JsonDocument.Parse("\"http://localhost:4723\"").RootElement }
2525
};

0 commit comments

Comments
 (0)