= all remove semicolons "bye-bye semicolon" (#24659)

This commit is contained in:
kerr 2018-03-05 18:53:28 -06:00 committed by Konrad `ktoso` Malawski
parent 6646eded2c
commit 97ca714d17
13 changed files with 29 additions and 29 deletions

View file

@ -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)
}

View file

@ -86,7 +86,7 @@ abstract class AeronStreamMaxThroughputSpec
val pool = new EnvelopeBufferPool(1024 * 1024, 128)
val cncByteBuffer = IoUtil.mapExistingFile(new File(driver.aeronDirectoryName, CncFileDescriptor.CNC_FILE), "cnc");
val cncByteBuffer = IoUtil.mapExistingFile(new File(driver.aeronDirectoryName, CncFileDescriptor.CNC_FILE), "cnc")
val stats =
new AeronStat(AeronStat.mapCounters(cncByteBuffer))