We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897ac22 commit 987ee78Copy full SHA for 987ee78
Sources/XCLogParser/loglocation/LogLoader.swift
@@ -29,7 +29,7 @@ public struct LogLoader {
29
let string: String? = unzipped.withUnsafeBytes { pointer in
30
guard let charPointer = pointer
31
.assumingMemoryBound(to: CChar.self)
32
- .baseAddress
+ .baseAddress
33
else {
34
return nil
35
}
0 commit comments