Skip to content

Commit

Permalink
Merge pull request #444 from scala-steward/update/scalafmt-core-3.8.0
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.8.0
  • Loading branch information
vigoo authored Mar 3, 2024
2 parents d389a91 + 1e4d9a7 commit f7108d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ dad5959f00effa5e744ec6e598fbe7f35b9d69e3

# Scala Steward: Reformat with scalafmt 3.7.2
49cd53627008737b211d1ff941c4acb8daca24b2

# Scala Steward: Reformat with scalafmt 3.8.0
b21dd81cb00c6caae3a508dc96adedb2e6eefe1d
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.17
version = 3.8.0

runner.dialect = scala213source3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ object AdtCodec {
}
}

override def serialize(value: SerializedEvolutionStep)(implicit context: SerializationContext): Unit = {
override def serialize(value: SerializedEvolutionStep)(implicit context: SerializationContext): Unit =
value match {
case FieldAddedToNewChunk(size) =>
writeVarInt(size, optimizeForPositive = false)
Expand All @@ -409,7 +409,6 @@ object AdtCodec {
case UnknownEvolutionStep =>
writeVarInt(Codes.Unknown, optimizeForPositive = false)
}
}
}
}

Expand Down

0 comments on commit f7108d5

Please sign in to comment.