mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
Sort new enums' cases alphabetically
This commit is contained in:
@@ -6,11 +6,10 @@
|
||||
import Foundation
|
||||
|
||||
public enum CompressionMethod {
|
||||
// TODO: Sort alphabetically.
|
||||
case bzip2
|
||||
case copy
|
||||
case deflate
|
||||
case lzma
|
||||
case lzma2
|
||||
case bzip2
|
||||
case other
|
||||
}
|
||||
|
||||
@@ -6,16 +6,15 @@
|
||||
import Foundation
|
||||
|
||||
public enum FileSystemType {
|
||||
// TODO: Sort alphabetically.
|
||||
case fat
|
||||
/// Older Macintosh systems.
|
||||
case macintosh
|
||||
case ntfs
|
||||
case other
|
||||
/**
|
||||
One of many UNIX-like systems.
|
||||
|
||||
|
||||
- Note: Modern macOS systems also fall into this category.
|
||||
*/
|
||||
case unix
|
||||
/// Older Macintosh systems.
|
||||
case macintosh
|
||||
case fat
|
||||
case ntfs
|
||||
case other
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user