LMCoreNS // Clang-Format.

This commit is contained in:
ShikiSuen 2022-06-02 10:58:57 +08:00
parent db555640eb
commit f083538f31
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ extension vChewing {
for netaSet in arrRangeRecords {
let strNetaSet = String(decoding: netaSet, as: UTF8.self)
let neta = Array(strNetaSet.split(separator: " ").reversed())
let theValue: String = String(neta[0])
let theValue: String = .init(neta[0])
let kvPair = Megrez.KeyValuePair(key: key, value: theValue)
var theScore = defaultScore
if neta.count >= 2, !shouldForceDefaultScore {