Skip to content

Commit

Permalink
Fix the code style
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Apr 13, 2015
1 parent 51b792e commit be50fc6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ private[ui] class StreamingPage(parent: StreamingTab)
/** Generate basic stats of the streaming program */
private def generateBasicStats(): Seq[Node] = {
val timeSinceStart = System.currentTimeMillis() - startTime
// scalastyle:off
<ul class ="unstyled">
<li>
<strong>Started at: </strong> {UIUtils.formatDate(startTime)}
Expand All @@ -76,6 +77,7 @@ private[ui] class StreamingPage(parent: StreamingTab)
<strong>Processed events: </strong>{listener.numTotalProcessedRecords}
</li>
</ul>
// scalastyle:on
}

/** Generate stats of data received by the receivers in the streaming program */
Expand Down

0 comments on commit be50fc6

Please sign in to comment.