Skip to content

Commit

Permalink
Merge pull request #121 from scala-steward/update/scalafmt-core-3.8.5
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.8.5
  • Loading branch information
Philippus authored Jan 20, 2025
2 parents b4b597f + 46b31fd commit 6095b69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.8.5
96c885353d30cab42560fb9da48637d8dd97e2c6
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.3
version = 3.8.5

align.preset = most
literals.double = Upper
Expand Down
4 changes: 2 additions & 2 deletions src/main/scala/nl/gn0s1s/osita/Osita.scala
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ object Osita {
for (j <- 0 to b.size)
d(0)(j) = j * insertionCost
for {
i <- 1 to a.size
j <- 1 to b.size
i <- 1 to a.size
j <- 1 to b.size
} {
d(i)(j) = min(
min(
Expand Down

0 comments on commit 6095b69

Please sign in to comment.