Skip to content

Commit

Permalink
Small space added to format after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
LeviGustin committed Oct 26, 2023
1 parent 8dd3ed2 commit 12588fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/RPLogging/Log.swift
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ open class Log {
let message = "\(object())"
let levelString = useEmoji ? level.emoji : "|" + level.name.uppercased() + "|"
let locationString = "\(objectName) \(functionName) line \(line)"
let logString = "\(levelString)\(dateString) \(locationString):\n\(message)"
let logString = "\(levelString) \(dateString) \(locationString):\n\(message)"

handle(message: Message(
category: category,
Expand Down

0 comments on commit 12588fd

Please sign in to comment.