Skip to content

Commit f9524c6

Browse files
committed
style fix
1 parent 4a0aba8 commit f9524c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/test/scala/org/apache/spark/ui/UIUtilsSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class UIUtilsSuite extends SparkFunSuite {
4848
<span class="description-input">{"""test<a><img></img></a>"""}</span>,
4949
"Non-anchor elements should make the description be treated as a string instead of HTML"
5050
)
51-
51+
5252
verify(
5353
"""test <a href="/link"> text </a>""",
5454
<span class="description-input">test <a href="base/link"> text </a></span>,
@@ -59,7 +59,7 @@ class UIUtilsSuite extends SparkFunSuite {
5959

6060
def verify(desc: String, expected: Elem, errorMsg: String = "", baseUrl: String = ""): Unit = {
6161
val generated = makeDescription(desc, baseUrl)
62-
assert(generated.sameElements(expected),
62+
assert(generated.sameElements(expected),
6363
s"\n$errorMsg\n\nExpected:\n$expected\nGenerated:\n$generated")
6464
}
6565
}

0 commit comments

Comments
 (0)