Skip to content

Commit

Permalink
Added ByteArrayEncoder public init
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlaskoski committed Jul 2, 2022
1 parent 5253c91 commit 048ecf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/ByteArrayCodable/Encoder/ByteArrayEncoder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ public final class ByteArrayEncoder {
try value.encode(to: encoder)
return encoder.data
}

public init() {}
}

protocol EncodingContainer {
Expand Down

0 comments on commit 048ecf8

Please sign in to comment.