Skip to content

Commit

Permalink
Chekstyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sudharsan-selvaraj committed Jul 23, 2024
1 parent 65e42ca commit 9c47142
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ public void startSession() throws MalformedURLException {
driver = new FlutterAndroidDriver(service.getUrl(), flutterOptions
.setUiAutomator2Options(new UiAutomator2Options()
.setApp(System.getProperty("flutterApp"))
.eventTimings()));
.eventTimings())
);
} else {
driver = new FlutterIOSDriver(service.getUrl(), flutterOptions
.setXCUITestOptions(new XCUITestOptions()
Expand Down

0 comments on commit 9c47142

Please sign in to comment.