default
This commit is contained in:
parent
5faa20cf9b
commit
d9af965aa8
@ -41,7 +41,7 @@ import Foundation
|
|||||||
|
|
||||||
guard index != components.count - 1 else { return "" }
|
guard index != components.count - 1 else { return "" }
|
||||||
|
|
||||||
return delimiters[index] ?? " "
|
return delimiters[index, default: " "]
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A string of the picker row concatenated by whitespace or delimiters if provided.
|
/// A string of the picker row concatenated by whitespace or delimiters if provided.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user