Skip to content

Commit

Permalink
refactor: change constructor for Data.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBrest committed Nov 19, 2024
1 parent b501350 commit e8afecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/blake3-swift/blake3_swift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ public final class Blake3 {
}

public func finalizeData() -> Data {
return Data(bytes: finalizeBytes())
return Data(finalizeBytes())
}
}

0 comments on commit e8afecf

Please sign in to comment.