Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pereBohigas committed Apr 5, 2024
1 parent d6bdb90 commit a86446f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/SwiftPolyglotCore/SwiftPolyglotError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ enum SwiftPolyglotError: Error {
extension SwiftPolyglotError: LocalizedError {
public var errorDescription: String? {
switch self {
case .missingTranslations:
return "Error: One or more translations are missing."
case let .unsupportedVariation(variation):
return "Variation type '\(variation)' is not supported. Please create an issue in GitHub"
case .missingTranslations:
return "Error: One or more translations are missing."
case let .unsupportedVariation(variation):
return "Variation type '\(variation)' is not supported. Please create an issue in GitHub"
}
}
}

0 comments on commit a86446f

Please sign in to comment.