Skip to content

Commit d3f3890

Browse files
committed
Make Compression.Algorithm conform to CaseIterable
1 parent 602fb86 commit d3f3890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Darwin/Compression/Compression.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Foundation
1717
/**
1818
Compression algorithms, wraps the C API constants.
1919
*/
20-
public enum Algorithm {
20+
public enum Algorithm: CaseIterable {
2121

2222
/// LZFSE
2323
case lzfse

0 commit comments

Comments
 (0)