Skip to content
Closed
Prev Previous commit
Next Next commit
fix check style
  • Loading branch information
Sital Kedia committed Jun 13, 2017
commit 263d55b74872775419c772a789749e60f5b10005
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ class DAGScheduler(
}
else {
handleExecutorLost(bmAddress.executorId, fileLost = true, hostLost = false,
Some(bmAddress.host),Some(task.epoch))
Some(bmAddress.host), Some(task.epoch))
}
}
}
Expand Down