Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
Co-authored-by: Daeho Ro <[email protected]>
Signed-off-by: memoto <[email protected]>
  • Loading branch information
memoto and daeho-ro authored Dec 18, 2024
1 parent 897ac22 commit 987ee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XCLogParser/loglocation/LogLoader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public struct LogLoader {
let string: String? = unzipped.withUnsafeBytes { pointer in
guard let charPointer = pointer
.assumingMemoryBound(to: CChar.self)
.baseAddress
.baseAddress
else {
return nil
}
Expand Down

0 comments on commit 987ee78

Please sign in to comment.