Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jun 12, 2019
1 parent f5cc19c commit 67c1de5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
case class Dependency()
case class Service(implicit val dependency: Dependency)
case class Service()(implicit val dependency: Dependency)

0 comments on commit 67c1de5

Please sign in to comment.