Remove unneeded ; character.

This commit is contained in:
Brent Simmons 2017-12-26 16:18:19 -08:00
parent a8bd15e9b4
commit 5965d92b13
1 changed files with 1 additions and 1 deletions

View File

@ -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) {