Skip to content

Commit

Permalink
Merge pull request #12 from Banno/update/scalafmt-core-3.7.15
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.7.15
  • Loading branch information
samspills authored Oct 25, 2023
2 parents ef1cdd8 + fb56395 commit ee7c92e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
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.7.15
0cc03dbc798f56066c0771b56f7eb2101f942713
4 changes: 3 additions & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
version = 3.7.1
version = 3.7.15
runner.dialect = scala213

fileOverride {
"glob:**/scala-3/**" {
runner.dialect = scala3
}
}

maxColumn = 100
1 change: 1 addition & 0 deletions input/src/main/scala/fix/NoRsaWithoutPadding.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package fix

import javax.crypto.Cipher

//
object NoRsaWithoutPadding {
Cipher.getInstance("RSA/None/NoPadding") /* assert: NoRsaWithoutPadding.noRsaWithoutPadding
^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit ee7c92e

Please sign in to comment.