Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Nov 13, 2023
1 parent 4d93e02 commit 3a0c590
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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 @@

# Scala Steward: Reformat with scalafmt 3.7.15
db2f4d588111c5b4a18444980c4d1e2dc839ceaa

# Scala Steward: Reformat with scalafmt 3.7.16
e717c8bb5ba206d8568265496baebb402a56c242
4 changes: 2 additions & 2 deletions modules/memeid4s/src/main/scala/memeid4s/UUID.scala
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ object UUID {
/** Creates a valid [[UUID]] from a [[UUID]].
*
* @param juuid
* the {@@linkjava.util.UUID}
* the {@@@linkjava.util.UUID}
* @return
* a valid {@@linkUUID} created from a {@@linkjava.util.UUID}
* a valid {@@@linkUUID} created from a {@@@linkjava.util.UUID}
*/
@inline def fromUUID(juuid: JUUID): UUID = memeid.UUID.fromUUID(juuid)

Expand Down

0 comments on commit 3a0c590

Please sign in to comment.