Skip to content

Commit

Permalink
FIX: Swiftlint warnings removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Troup committed Jun 25, 2018
1 parent fb0041c commit 89b7b3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion QuantiLogger/ConsoleLogger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class ConsoleLogger: Logging {
public var levels: [Level] = [.info]

public init() {}

public func log(_ message: String, onLevel level: Level) {
print("\(messageHeader(forLevel: level)) \(message)")
}
Expand Down
1 change: 0 additions & 1 deletion QuantiLogger/WebLogger.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// WebLogger.swift
// WebLoggerExample
//
Expand Down

0 comments on commit 89b7b3b

Please sign in to comment.