Skip to content

Commit

Permalink
Upgrade scalafmt-core from 3.8.3 to 3.8.4 (#653)
Browse files Browse the repository at this point in the history
* Upgrade scalafmt-core from 3.8.3 to 3.8.4

* Reformat with scalafmt 3.8.4

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.8.4' to .git-blame-ignore-revs

---------

Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-for-moia[bot] and scala-steward authored Jan 13, 2025
1 parent a29de05 commit 1193cbf
Show file tree
Hide file tree
Showing 3 changed files with 4 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.4
f3ba8a2a141f7d09fd07e331f5e9d377b537c721
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://scalameta.org/scalafmt/docs/configuration.html
version = "3.8.3"
version = "3.8.4"
runner.dialect = scala213source3
preset = defaultWithAlign
align.preset = most
Expand Down
3 changes: 1 addition & 2 deletions src/test/scala/scynamo/DslTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ class DslTest extends UnitTest {

val input = ScynamoStringSet(Set())

an[IllegalArgumentException] should be thrownBy {
an[IllegalArgumentException] should be thrownBy
input.encodedUnsafe
}
}
}
}

0 comments on commit 1193cbf

Please sign in to comment.