Skip to content

Commit

Permalink
fix: cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
mackoj committed Sep 4, 2024
1 parent be21490 commit 8f772fc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Sources/SnapshotTesting/Snapshotting/ImageSerializer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ private func DecodePNGImage(_ data: Data) -> SnapImage? {

#endif

package protocol DefaultValueProvider<Value> {
associatedtype Value

static var defaultValue: Value { get }
}

public enum ImageFormat: String, DefaultValueProvider {
public enum ImageFormat: String {
case jxl
case png

Expand Down

0 comments on commit 8f772fc

Please sign in to comment.