Skip to content

Commit

Permalink
The last one, I promise
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Bobylev committed Feb 11, 2020
1 parent 5ed885f commit 310db30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/evolutiongaming/scache/SerialMap.scala
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ object SerialMap { self =>

class Apply[F[_]](val F: Concurrent[F]) extends AnyVal {

def of[K, V](implicit runtime: Runtime[F]): F[SerialMap[F, K, V]] = self.of[F, K, V]()(F, runtime)
def of[K, V](implicit runtime: Runtime[F]): F[SerialMap[F, K, V]] = self.of[F, K, V](F, runtime)
}


Expand Down

0 comments on commit 310db30

Please sign in to comment.