Skip to content

Commit

Permalink
Update scalafmt-core to 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Oct 7, 2020
1 parent 82fb6f4 commit 433953f
Show file tree
Hide file tree
Showing 2 changed files with 2 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.7.1
version=2.7.4
style = defaultWithAlign
maxColumn = 120

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ package object circe {
encoderDef(κ("Encoder.encodeString.contramap(_.show)")).contramap(x => (x, Tpe[T](x), ()))

def enumCirceDecoder[T: Basis[JsonSchemaF, ?], B]: Printer[(String, List[String])] =
decoderDef[T, (String, List[(String)])](
decoderDef[T, (String, List[String])](
(
κ("Decoder.decodeString.emap {") *< newLine *<
sepBy[(String, String)](
Expand Down

0 comments on commit 433953f

Please sign in to comment.