Skip to content
Snippets Groups Projects
Commit a4248138 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Minor style cleanup

parent b5e6e8bc
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ private[spark] object JettyUtils extends Logging {
}
}
/** Creates a handler that always redirects the user to a given path */
def createRedirectHandler(newPath: String): Handler = {
new AbstractHandler {
def handle(target: String,
......@@ -151,7 +152,7 @@ object UIUtils {
</div>
<div class="span10">
<h1 style="vertical-align: bottom; margin-top: 40px; display: inline-block;">
{title}
{title}
</h1>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment