Skip to content

Commit

Permalink
Fixing swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielHernandez26 committed Dec 16, 2024
1 parent db5735b commit ef1f0e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/XCLogParser/loglocation/LogLoader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ public struct LogLoader {
else {
return nil
}

return String(cString: charPointer, encoding: .ascii)
}

guard let contents = string else {
throw LogError.readingFile(url.path)
}
Expand Down

0 comments on commit ef1f0e5

Please sign in to comment.