Skip to content

Commit ec4101c

Browse files
committed
reformat AkkaHttpServerInstrumentation
1 parent fac478c commit ec4101c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

instrumentation/kamon-akka-http/src/main/scala-2.11/kamon/instrumentation/akka/http/AkkaHttpServerInstrumentation.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ object PathDirectivesRawPathPrefixInterceptor {
306306
}
307307
}
308308

309-
310309
object Http2BlueprintInterceptor {
311310

312311
case class HandlerWithEndpoint(interface: String, port: Int, handler: HttpRequest => Future[HttpResponse])
@@ -316,8 +315,10 @@ object Http2BlueprintInterceptor {
316315
}
317316

318317
@RuntimeType
319-
def handleWithStreamIdHeader(@Argument(1) handler: HttpRequest => Future[HttpResponse],
320-
@SuperCall zuper: Callable[Flow[HttpRequest, HttpResponse, NotUsed]]): Flow[HttpRequest, HttpResponse, NotUsed] = {
318+
def handleWithStreamIdHeader(
319+
@Argument(1) handler: HttpRequest => Future[HttpResponse],
320+
@SuperCall zuper: Callable[Flow[HttpRequest, HttpResponse, NotUsed]]
321+
): Flow[HttpRequest, HttpResponse, NotUsed] = {
321322

322323
handler match {
323324
case HandlerWithEndpoint(interface, port, _) =>

0 commit comments

Comments
 (0)