mirror of
https://github.com/github/semantic.git
synced 2024-12-27 00:44:57 +03:00
Section mark for Info’s AlgebraicHashable implementation.
This commit is contained in:
parent
5b1b358d42
commit
41a3b53542
@ -16,6 +16,9 @@ public enum Info: AlgebraicHashable, CustomDebugStringConvertible {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// MARK: CustomDebugStringConvertible
|
||||
|
||||
public var debugDescription: String {
|
||||
switch self {
|
||||
case let .Literal(s, c) where c.isEmpty:
|
||||
|
Loading…
Reference in New Issue
Block a user