Skip to content

Commit 987ee78

Browse files
memotodaeho-ro
andauthored
Fix linting
Co-authored-by: Daeho Ro <[email protected]> Signed-off-by: memoto <[email protected]>
1 parent 897ac22 commit 987ee78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XCLogParser/loglocation/LogLoader.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public struct LogLoader {
2929
let string: String? = unzipped.withUnsafeBytes { pointer in
3030
guard let charPointer = pointer
3131
.assumingMemoryBound(to: CChar.self)
32-
.baseAddress
32+
.baseAddress
3333
else {
3434
return nil
3535
}

0 commit comments

Comments
 (0)