Skip to content

Commit

Permalink
Fix missing empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Catta1997 committed Aug 12, 2024
1 parent d9a9588 commit 62dbac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PlayCover/Model/PlayApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class PlayApp: BaseApp {
public static let bundleIDCacheURL = PlayTools.playCoverContainer.appendingPathComponent("CACHE")
var displaySleepAssertionID: IOPMAssertionID?
public var isStarting = false

Check failure on line 14 in PlayCover/Model/PlayApp.swift

View workflow job for this annotation

GitHub Actions / SwiftLint

Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
public static var bundleIDCache: [String] {
get throws {
(try String(contentsOf: bundleIDCacheURL)).split(whereSeparator: \.isNewline).map({ String($0) })
Expand Down

0 comments on commit 62dbac5

Please sign in to comment.