LMAssociates // Clang-format.

This commit is contained in:
ShikiSuen 2022-05-17 16:44:57 +08:00
parent 3b24f802c1
commit 3b3ef8ca0e
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ extension vChewing {
if let arrRangeRecords: [Range<String.Index>] = rangeMap[key] {
for netaRange in arrRangeRecords {
let neta = strData[netaRange].split(separator: " ")
let theValue: String = String(neta[1])
let theValue: String = .init(neta[1])
pairs.append(theValue)
}
}