Skip to content

Commit

Permalink
SPARK-7729: scalastyle again.
Browse files Browse the repository at this point in the history
  • Loading branch information
archit.thakur committed Nov 20, 2015
1 parent 33fc892 commit 2cf4f71
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ private[ui] class ExecutorsPage(
<td sorttable_customkey={info.totalShuffleWrite.toString}>
{Utils.bytesToString(info.totalShuffleWrite)}
</td>
<td sorttable_customkey={info.isAlive.toString}>
{if(info.isAlive) "Alive" else "Killed"}
<td sorttable_customkey={info.isAlive.toString}>
{if (info.isAlive) "Alive" else "Killed"}
</td>
{
if (logsExist) {
Expand Down

0 comments on commit 2cf4f71

Please sign in to comment.