Remove redundant semicolons
This commit is contained in:
parent
ee715ea6ee
commit
59423c218a
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ object TestExtras {
|
|||
val onlyTestTags =
|
||||
settingKey[Set[String]]("Tags of tests to be ran. Example usage: -Dpekko.test.tags.only=long-running")
|
||||
|
||||
val checkTestsHaveRun = taskKey[Unit]("Verify a number of notable tests have actually run");
|
||||
val checkTestsHaveRun = taskKey[Unit]("Verify a number of notable tests have actually run")
|
||||
}
|
||||
|
||||
import Keys._
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue