Skip to content

Commit

Permalink
Reformat with scalafmt 3.8.4
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
scala-steward committed Jan 13, 2025
1 parent f7f19d0 commit f3ba8a2
Showing 1 changed file with 1 addition and 2 deletions.
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 f3ba8a2

Please sign in to comment.