Skip to content

Commit 6018a2b

Browse files
Conform Equatable
1 parent 1355bd0 commit 6018a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/PrettyLoggerOutput.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

3-
public struct PrettyLoggerOutput {
3+
public struct PrettyLoggerOutput: Equatable {
44
public let level: PrettyLoggerLevel
55
public let message: String
66
public let file: String

0 commit comments

Comments
 (0)