Skip to content

Commit

Permalink
refactor: Remove redundant semi-colon
Browse files Browse the repository at this point in the history
Address the lint warning.
  • Loading branch information
dcalhoun committed Oct 21, 2024
1 parent 2556124 commit 8ed393e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class GutenbergView : WebView {
} catch (e: IOException) {
// We don't need to handle this ourselves, just tell the WebView that
// we weren't able to fetch the resource
return null;
return null
}
}
}
Expand Down

0 comments on commit 8ed393e

Please sign in to comment.