diff --git a/Sources/WrkstrmFoundation/Extensions/Log+Foundation.swift b/Sources/WrkstrmFoundation/Extensions/Log+Foundation.swift index d8f504c..66390a1 100644 --- a/Sources/WrkstrmFoundation/Extensions/Log+Foundation.swift +++ b/Sources/WrkstrmFoundation/Extensions/Log+Foundation.swift @@ -3,8 +3,8 @@ import WrkstrmLog extension Log { /// A static instance of `Log` specifically configured for foundation-related messages. /// - /// This logger is tailored for logging messages in the "foundation" category of the "wrkstrm" system. - /// It sets a maximum function length to ensure consistency and readability in the logs. + /// This logger is tailored for logging messages in the "foundation" category of the "wrkstrm" + /// system. It sets a maximum function length to ensure consistency and readability in the logs. /// /// Usage: /// ```swift