mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove unneeded ; character.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user