Remove unneeded ; character.
This commit is contained in:
parent
a8bd15e9b4
commit
5965d92b13
|
@ -14,7 +14,7 @@ import Data
|
|||
private let feed: Feed
|
||||
static let feedUTI = "com.ranchero.feed"
|
||||
static let feedUTIType = NSPasteboard.PasteboardType(rawValue: feedUTI)
|
||||
static let feedUTIInternal = "com.ranchero.evergreen.internal.feed";
|
||||
static let feedUTIInternal = "com.ranchero.evergreen.internal.feed"
|
||||
static let feedUTIInternalType = NSPasteboard.PasteboardType(rawValue: feedUTIInternal)
|
||||
|
||||
init(feed: Feed) {
|
||||
|
|
Loading…
Reference in New Issue