Skip to content

Commit

Permalink
Add space for proper formatting of code.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonystone committed Sep 18, 2020
1 parent 408b734 commit dbc886e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ extension RawOutputStream: OutputStream {
func write(_ bytes: [UInt8]) -> Result<Int, OutputStreamError> {

return bytes.withUnsafeBytes { (bufferPointer) -> Result<Int, OutputStreamError> in

guard var buffer = bufferPointer.baseAddress
else { return .failure(.invalidArgument("byte buffer empty, can not write.")) }

Expand Down

0 comments on commit dbc886e

Please sign in to comment.