Skip to content

Commit

Permalink
Fix lint warnings (cont.)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashawley committed Mar 17, 2020
1 parent 63d3c8f commit 226c1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/test/scala/scala/xml/XMLTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ Ours is the portal of hope, come as you are."
@UnitTest
def i1976: Unit = {
val node = <node>{ "whatever " }</node>
assertEquals("whatever", node.child.text)
assertEquals("whatever ", node.child.text)
}

@UnitTest
Expand Down

0 comments on commit 226c1af

Please sign in to comment.