This commit is contained in:
Kevin G Christiano 2021-02-18 09:20:23 -05:00
parent 5faa20cf9b
commit d9af965aa8

View File

@ -41,7 +41,7 @@ import Foundation
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.