Skip to content

Commit 4df7be8

Browse files
author
Dmitry Voronov
committed
Scalastyle hanging comma fix v2
1 parent 0929963 commit 4df7be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/io/iohk/ethereum/jsonrpc/server/http/JsonRpcHttpServerSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ class FakeJsonRpcHttpServer(
462462
val jsonRpcController: JsonRpcBaseController,
463463
val jsonRpcHealthChecker: JsonRpcHealthChecker,
464464
val config: JsonRpcHttpServerConfig,
465-
val cors: HttpOriginMatcher,
465+
val cors: HttpOriginMatcher
466466
)(implicit val actorSystem: ActorSystem)
467467
extends JsonRpcHttpServer
468468
with Logger {

0 commit comments

Comments
 (0)