Setup MTU for iOS

This commit is contained in:
Igor Sorokin
2024-02-12 19:16:41 +03:00
parent 267222dc59
commit 6a1476af15
7 changed files with 270 additions and 215 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ struct Log {
init(_ str: String) {
self.records = str.split(whereSeparator: \.isNewline)
.compactMap {
Record(String($0))!
Record(String($0))
}
}