Skip to content

Commit 9fe44b6

Browse files
committed
Remove unnecessary constructor and newline
1 parent 0ac25f3 commit 9fe44b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

aztec/src/test/kotlin/org/wordpress/aztec/HtmlFormattingTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ import org.wordpress.aztec.source.Format
1313

1414
@RunWith(RobolectricTestRunner::class)
1515
@Config(constants = BuildConfig::class, sdk = intArrayOf(23))
16-
class HtmlFormattingTest() : AndroidTestCase() {
16+
class HtmlFormattingTest : AndroidTestCase() {
1717

1818
private var parser = AztecParser()
1919

20-
2120
private val HTML_LINE_BREAKS = "HI<br><br><br><br><br><br>BYE"
2221

2322
private val HTML_NESTED =

0 commit comments

Comments
 (0)