diff --git a/src/commonTest/kotlin/exchange.dydx.abacus/processor/router/skip/SkipProcessorTests.kt b/src/commonTest/kotlin/exchange.dydx.abacus/processor/router/skip/SkipProcessorTests.kt index 50b45a9fb..230a1c398 100644 --- a/src/commonTest/kotlin/exchange.dydx.abacus/processor/router/skip/SkipProcessorTests.kt +++ b/src/commonTest/kotlin/exchange.dydx.abacus/processor/router/skip/SkipProcessorTests.kt @@ -12,7 +12,7 @@ internal fun templateToJson(template: String): Map { class SkipProcessorTests { - internal val skipProcessor = SkipProcessor(parser=Parser()) + internal val skipProcessor = SkipProcessor(parser = Parser()) internal val skipChainsMock = SkipChainsMock() @Test