Codacy compatibility (#575)
Refactor and split iostunnel with cmake changes, code cleanup
This commit is contained in:
parent
158c11a0ec
commit
f3a168fd43
8 changed files with 679 additions and 684 deletions
|
|
@ -8,12 +8,12 @@ public func swiftUpdateLogData(_ qtString: std.string) -> std.string {
|
|||
neLog.records.forEach {
|
||||
log.records.append($0)
|
||||
}
|
||||
|
||||
|
||||
log.records.sort {
|
||||
$0.date < $1.date
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return std.string(log.description)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue