Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored Aug 29, 2024
1 parent 41b2370 commit d9b4b65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public fun Uuid.Companion.generateUuid(namespace: Uuid, name: String): Uuid {
* It is recommended to use generateUuid(namespace, name) instead while this function
* is more for java.util.UUID parity.
*/
@Deprecated("This function will be removed.")
public fun Uuid.Companion.generateUuid(bytes: ByteArray): Uuid {
val hash = sha1 {
update(bytes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

package app.softwork.uuid

import app.softwork.uuid.version
import kotlin.random.Random
import kotlin.test.*
import kotlin.uuid.Uuid
Expand Down

0 comments on commit d9b4b65

Please sign in to comment.