Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 2a6b35d

Browse files
authored
Merge pull request #13 from Idomo/patch-1
Fix deprecated code
2 parents d4f0f91 + 8877ee5 commit 2a6b35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Swime.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public struct Swime {
3838
}
3939

4040
public init(bytes: [UInt8]) {
41-
self.init(data: Data(bytes: bytes))
41+
self.init(data: Data(bytes))
4242
}
4343

4444
/// Read bytes from file data

0 commit comments

Comments
 (0)