= all remove semicolons "bye-bye semicolon" (#24659)
This commit is contained in:
parent
6646eded2c
commit
97ca714d17
13 changed files with 29 additions and 29 deletions
|
|
@ -41,7 +41,7 @@ object BenchmarkFileReporter {
|
|||
Try("git describe".!!.trim).getOrElse("[unknown]")
|
||||
}
|
||||
val testResultFile: File = {
|
||||
val timestamp = formatter.format(LocalDateTime.ofInstant(Instant.now(), ZoneId.systemDefault()));
|
||||
val timestamp = formatter.format(LocalDateTime.ofInstant(Instant.now(), ZoneId.systemDefault()))
|
||||
val fileName = s"$timestamp-Artery-$testName-$gitCommit-results.txt"
|
||||
new File(targetDirectory, fileName)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue