Lowercase importer names
This commit is contained in:
parent
d7d34812cf
commit
012203a4f3
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ protocol Importer {
|
|||
|
||||
extension Importer {
|
||||
static var option: String {
|
||||
String(String(describing: self).droppingSuffix("Importer"))
|
||||
String(describing: self).droppingSuffix("Importer").lowercased()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue