Reformat
This commit is contained in:
parent
0c71fb5a90
commit
377d3577ca
|
@ -5,7 +5,6 @@ import java.io.{ByteArrayOutputStream, ByteArrayInputStream}
|
||||||
import scala.util.Random
|
import scala.util.Random
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
class SnappyPerformanceTest extends SnappySpec {
|
class SnappyPerformanceTest extends SnappySpec {
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@ import wvlet.log.{LogSupport, Logger}
|
||||||
import wvlet.log.io.Timer
|
import wvlet.log.io.Timer
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
trait SnappySpec extends WordSpec with Matchers with GivenWhenThen with OptionValues with BeforeAndAfter with Timer with LogSupport {
|
trait SnappySpec extends WordSpec with Matchers with GivenWhenThen with OptionValues with BeforeAndAfter with Timer with LogSupport {
|
||||||
Logger.setDefaultFormatter(SourceCodeLogFormatter)
|
Logger.setDefaultFormatter(SourceCodeLogFormatter)
|
||||||
|
|
Loading…
Reference in New Issue