Skip to content

Commit 226c1af

Browse files
committed
Fix lint warnings (cont.)
1 parent 63d3c8f commit 226c1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/test/scala/scala/xml/XMLTest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ Ours is the portal of hope, come as you are."
539539
@UnitTest
540540
def i1976: Unit = {
541541
val node = <node>{ "whatever " }</node>
542-
assertEquals("whatever", node.child.text)
542+
assertEquals("whatever ", node.child.text)
543543
}
544544

545545
@UnitTest

0 commit comments

Comments
 (0)