Skip to content

Commit 9a2fe9c

Browse files
author
Aniket
committed
Fixing indentation
1 parent 4b4549a commit 9a2fe9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/java/io/appium/java_client/AppiumDriver.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,11 @@ private AppiumDriver(CommandExecutor executor, Capabilities capabilities){
202202
super.setErrorHandler(errorHandler);
203203
}
204204

205-
public AppiumDriver(URL remoteAddress, Capabilities desiredCapabilities) {
206-
this(new AppiumCommandExecutor(
207-
getMobileCommands(), remoteAddress), desiredCapabilities);
208-
this.remoteAddress = remoteAddress;
209-
}
205+
public AppiumDriver(URL remoteAddress, Capabilities desiredCapabilities) {
206+
this(new AppiumCommandExecutor(
207+
getMobileCommands(), remoteAddress), desiredCapabilities);
208+
this.remoteAddress = remoteAddress;
209+
}
210210

211211
public AppiumDriver(AppiumDriverLocalService service, Capabilities desiredCapabilities) {
212212
this(new AppiumCommandExecutor(

0 commit comments

Comments
 (0)