mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
Source types are non-optional.
This commit is contained in:
parent
9b7e6b4795
commit
55809d3146
@ -8,7 +8,7 @@ typealias Term = Cofree<String, Info>
|
||||
|
||||
struct Source {
|
||||
let URL: NSURL
|
||||
let type: String?
|
||||
let type: String
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user