Skip to content

Commit

Permalink
Reformat with scalafmt 3.7.15
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
47erbot committed Oct 25, 2023
1 parent 6ed351a commit db2f4d5
Showing 1 changed file with 2 additions and 2 deletions.
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 { @link java.util.UUID}
* the {@@linkjava.util.UUID}
* @return
* a valid { @link UUID} created from a { @link java.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 db2f4d5

Please sign in to comment.