Skip to content

Commit 609df11

Browse files
committed
Fixed ktlint max line exceeded
1 parent fa76163 commit 609df11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/src/javatests/org/oppia/android/scripts/wiki/WikiTableOfContentsCheckTest.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ class WikiTableOfContentsCheckTest {
105105
runScript()
106106
}
107107

108-
assertThat(exception).hasMessageThat().contains("Wiki doesn't contain headers referenced in Table of Contents.")
108+
assertThat(exception).hasMessageThat().contains(
109+
"Wiki doesn't contain headers referenced in Table of Contents."
110+
)
109111
}
110112

111113
@Test

0 commit comments

Comments
 (0)