LMAssociates // Clang-format.
This commit is contained in:
parent
3b24f802c1
commit
3b3ef8ca0e
|
@ -95,7 +95,7 @@ extension vChewing {
|
||||||
if let arrRangeRecords: [Range<String.Index>] = rangeMap[key] {
|
if let arrRangeRecords: [Range<String.Index>] = rangeMap[key] {
|
||||||
for netaRange in arrRangeRecords {
|
for netaRange in arrRangeRecords {
|
||||||
let neta = strData[netaRange].split(separator: " ")
|
let neta = strData[netaRange].split(separator: " ")
|
||||||
let theValue: String = String(neta[1])
|
let theValue: String = .init(neta[1])
|
||||||
pairs.append(theValue)
|
pairs.append(theValue)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue