Skip to content

Commit

Permalink
Merge pull request #2332 from guizmaii/clean
Browse files Browse the repository at this point in the history
Remove unnecessary `val`
  • Loading branch information
rossabaker committed Jan 3, 2019
2 parents fc205ac + 83c8dca commit df6b390
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ import scala.collection.JavaConverters._

private[jetty] final case class ResponseListener[F[_]](
queue: Queue[F, Option[ByteBuffer]],
cb: Callback[Resource[F, Response[F]]])(implicit val F: ConcurrentEffect[F])
cb: Callback[Resource[F, Response[F]]])(implicit F: ConcurrentEffect[F])
extends JettyResponse.Listener.Adapter {

import ResponseListener.logger
Expand Down

0 comments on commit df6b390

Please sign in to comment.