Skip to content

Commit 908c109

Browse files
committed
Removed extra space.
1 parent 00bfbd7 commit 908c109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/ui/UIUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ private[spark] object UIUtils extends Logging {
216216
<div class="row-fluid">
217217
<div class="span12">
218218
<h3 style="vertical-align: middle; display: inline-block;">
219-
<a style="text-decoration: none" href ={prependBaseUri("/")}>
219+
<a style="text-decoration: none" href={prependBaseUri("/")}>
220220
<img src={prependBaseUri("/static/spark-logo-77x50px-hd.png")}
221221
style="margin-right: 15px;" />
222222
</a>

0 commit comments

Comments
 (0)