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

Section mark for Info’s CustomDebugStringConvertible implementation.

This commit is contained in:
Rob Rix 2015-10-09 08:25:26 -04:00
parent 41a3b53542
commit a917331f35

View File

@ -9,6 +9,9 @@ public enum Info: AlgebraicHashable, CustomDebugStringConvertible {
} }
} }
// MARK: AlgebraicHashable
public var hash: Hash { public var hash: Hash {
switch self { switch self {
case let .Literal(source, categories): case let .Literal(source, categories):