Skip to content

Commit 7a7bdd2

Browse files
committed
Add a new line in the end of JobCancellationSuite.scala.
1 parent 35cd9f7 commit 7a7bdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/JobCancellationSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,4 @@ class JobCancellationSuite extends FunSuite with ShouldMatchers with BeforeAndAf
240240
object JobCancellationSuite {
241241
val taskStartedSemaphore = new Semaphore(0)
242242
val taskCancelledSemaphore = new Semaphore(0)
243-
}
243+
}

0 commit comments

Comments
 (0)