Skip to content

Commit

Permalink
Fix syntax error on 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Jun 17, 2019
1 parent e9e9885 commit 35844bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/scala/julienrf/json/derived/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ package object derived {

def owrites[A](
typeName: OWrites[String],
adapter: NameAdapter = NameAdapter.identity,
adapter: NameAdapter = NameAdapter.identity
)(implicit
derivedOWrites: Lazy[DerivedOWrites[A, TypeTag.ShortClassName]]
): OWrites[A] =
Expand Down

0 comments on commit 35844bb

Please sign in to comment.