Remove redundant semicolons

This commit is contained in:
Matthew de Detrich 2023-05-27 10:16:47 +02:00 committed by Matthew de Detrich
parent ee715ea6ee
commit 59423c218a
2 changed files with 2 additions and 2 deletions

View file

@ -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._