mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix lint issues.
This commit is contained in:
@@ -26,7 +26,7 @@ extension Array where Element == Node {
|
||||
|
||||
private extension Node {
|
||||
|
||||
class func nodesSortedAlphabetically(_ nodes: [Node]) -> [Node] {
|
||||
static func nodesSortedAlphabetically(_ nodes: [Node]) -> [Node] {
|
||||
|
||||
return nodes.sorted { (node1, node2) -> Bool in
|
||||
|
||||
@@ -41,7 +41,7 @@ private extension Node {
|
||||
}
|
||||
}
|
||||
|
||||
class func nodesSortedAlphabeticallyWithFoldersAtEnd(_ nodes: [Node]) -> [Node] {
|
||||
static func nodesSortedAlphabeticallyWithFoldersAtEnd(_ nodes: [Node]) -> [Node] {
|
||||
|
||||
return nodes.sorted { (node1, node2) -> Bool in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user