Skip to content

Commit 4746d9b

Browse files
committed
Fix formatting
1 parent e2ea258 commit 4746d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/androidTest/kotlin/org/wordpress/aztec/demo/pages/EditLinkPage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class EditLinkPage : BasePage() {
3737
try {
3838
urlField.perform(click())
3939
urlField.perform(replaceText(url), ViewActions.closeSoftKeyboard())
40-
} catch (e: RuntimeException){
40+
} catch (e: RuntimeException) {
4141
// If the URL field is not visible, it might be because the keyboard is open.
4242
// Close the keyboard and try again.
4343
urlField.perform(ViewActions.closeSoftKeyboard())

0 commit comments

Comments
 (0)