Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AfanasievAnton committed Mar 1, 2024
1 parent e30efc5 commit 62ae001
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class OpeningPage(activity: Activity) : BasePage(activity) {
listOfSrollView.getChild(UiSelector().className("android.view.View").index(3))!!
.click()
}
//to do add other regions as needed
// to do add other regions as needed
else -> {
Log.e(TAG, "region not found")
}
Expand Down

0 comments on commit 62ae001

Please sign in to comment.