1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 13:02:37 +03:00

Drop null JSON.

This commit is contained in:
Rob Rix 2015-10-06 20:46:24 -04:00
parent 7e4ca06cbc
commit b3324a6c5f

View File

@ -64,9 +64,6 @@ extension Fix where A: StringConvertible {
case let .Dictionary(d) where d["key.kind"]?.string == "source.lang.swift.syntaxtype.comment.mark":
self = .In(.Leaf(A(string: "mark")))
case .Null:
self = .Empty
default:
return nil
}