mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove extraneous get { from a bunch of read-only accessors.
This commit is contained in:
@@ -52,9 +52,7 @@ struct RelatedObjectIDsMap {
|
||||
}
|
||||
|
||||
subscript(_ objectID: String) -> Set<String>? {
|
||||
get {
|
||||
return dictionary[objectID]
|
||||
}
|
||||
return dictionary[objectID]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user