Skip to content

Commit

Permalink
Remove redundant empty line.
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Sep 8, 2020
1 parent b89eccc commit 568176d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ class SQLExecutionSuite extends SparkFunSuite {
ThreadUtils.awaitResult(Future {
assert(df.rdd.collect()(0) === Row(Seq(1, 2, 3)))
}(ExecutionContext.fromExecutorService(executor2)), 1.minute)

} finally {
executor1.shutdown()
executor2.shutdown()
Expand Down

0 comments on commit 568176d

Please sign in to comment.