1
1
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:
Rob Rix 2015-10-29 16:04:51 -04:00
parent 9b7e6b4795
commit 55809d3146

View File

@ -8,7 +8,7 @@ typealias Term = Cofree<String, Info>
struct Source {
let URL: NSURL
let type: String?
let type: String
}