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:
parent
7e4ca06cbc
commit
b3324a6c5f
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user