Skip to content

Commit

Permalink
Resolve SwiftLint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
vapidinfinity committed May 20, 2024
1 parent ca55a8e commit 5ff4dc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mythic/Extensions/Global.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ let discordRPC: SwordRPC = .init(appId: "1191343317749870712") // Mythic's disco

var unifiedGames: [Game] { (LocalGames.library ?? []) + ((try? Legendary.getInstallable()) ?? []) }


struct UnknownError: LocalizedError {
var errorDescription: String? = "An unknown error occurred."
}
Expand Down

0 comments on commit 5ff4dc1

Please sign in to comment.