Skip to content

Commit 8ed393e

Browse files
committed
refactor: Remove redundant semi-colon
Address the lint warning.
1 parent 2556124 commit 8ed393e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo-Android/Gutenberg/src/main/java/org/wordpress/gutenberg/GutenbergView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class GutenbergView : WebView {
128128
} catch (e: IOException) {
129129
// We don't need to handle this ourselves, just tell the WebView that
130130
// we weren't able to fetch the resource
131-
return null;
131+
return null
132132
}
133133
}
134134
}

0 commit comments

Comments
 (0)