Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Oct 16, 2024
1 parent b2f1525 commit fe6b5c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion okio/src/commonMain/kotlin/okio/Buffer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ expect class Buffer() : BufferedSource, BufferedSink {
/** Returns the 512-bit SHA-512 HMAC of this buffer. */
fun hmacSha512(key: ByteString): ByteString


/**
* Returns a deep copy of this buffer. The returned [Buffer] initially shares the underlying
* [ByteArray]s. See [UnsafeCursor] for more details.
Expand Down

0 comments on commit fe6b5c9

Please sign in to comment.