Skip to content

Commit fded102

Browse files
committed
testing pr pushes
1 parent 2143aab commit fded102

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/wiki.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Deploy to Wiki
2+
23
on:
34
pull_request:
45
paths:

utility/src/main/java/org/oppia/android/util/parser/html/CustomHtmlContentHandler.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class CustomHtmlContentHandler private constructor(
4747
originalContentHandler?.characters(ch, start, length)
4848
}
4949

50-
5150
override fun endDocument() {
5251
originalContentHandler?.endDocument()
5352
originalContentHandler = null // There's nothing left to read.

0 commit comments

Comments
 (0)