Skip to content

Commit 9c47142

Browse files
Chekstyle fix
1 parent 65e42ca commit 9c47142

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/e2eFlutterTest/java/io/appium/java_client/android/BaseFlutterTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ public void startSession() throws MalformedURLException {
5757
driver = new FlutterAndroidDriver(service.getUrl(), flutterOptions
5858
.setUiAutomator2Options(new UiAutomator2Options()
5959
.setApp(System.getProperty("flutterApp"))
60-
.eventTimings()));
60+
.eventTimings())
61+
);
6162
} else {
6263
driver = new FlutterIOSDriver(service.getUrl(), flutterOptions
6364
.setXCUITestOptions(new XCUITestOptions()

0 commit comments

Comments
 (0)