1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 17:05:33 +03:00

Section mark for Info’s AlgebraicHashable implementation.

This commit is contained in:
Rob Rix 2015-10-09 08:25:16 -04:00
parent 5b1b358d42
commit 41a3b53542

View File

@ -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: