Skip to content

Commit

Permalink
fix: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
kele-leanes committed Feb 23, 2024
1 parent 5c439f7 commit 8b4b81f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/XMTPiOS/Crypto.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ enum Crypto {
salt: nonce,
info: info,
outputByteCount: 32)
return key.withUnsafeBytes { body in
Data(body)
}
return key.withUnsafeBytes { body in
Data(body)
}
}

static func secureRandomBytes(count: Int) throws -> Data {
Expand Down

0 comments on commit 8b4b81f

Please sign in to comment.