Add @retroactive to SortPatternError

This commit is contained in:
1024jp 2024-06-28 00:07:57 +09:00
parent f7f15f4c2f
commit f26dc68477

View File

@ -26,7 +26,7 @@
import Foundation
import LineSort
extension SortPatternError: LocalizedError {
extension SortPatternError: @retroactive LocalizedError {
public var errorDescription: String? {