Skip to content

Commit

Permalink
Update scalafmt-core to 2.6.1 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Jun 29, 2020
1 parent 2356b47 commit de5dbcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 2.6.0
version = 2.6.1
style = defaultWithAlign
maxColumn = 100

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import org.http4s._
import org.http4s.circe._

/**
* Provides Json serialization codecs for the http4s services */
* Provides Json serialization codecs for the http4s services
*/
trait Http4sCodecInstances {

implicit def entityDecoderOf[F[_]: Sync, A: Decoder]: EntityDecoder[F, A] = jsonOf[F, A]
Expand Down

0 comments on commit de5dbcc

Please sign in to comment.