]> git.r.bdr.sh - rbdr/lyricli/commitdiff
Fix linting issues in spotify source
authorBen Beltran <redacted>
Sun, 14 Apr 2019 14:21:49 +0000 (16:21 +0200)
committerBen Beltran <redacted>
Sun, 14 Apr 2019 14:22:03 +0000 (16:22 +0200)
Sources/lyricli/sources/spotify_source.swift

index 2e56c8e273f2186f3243a6163b8a6cbcb5a19c5c..2cd66f53bf35ba012e157fa446ce935cc1770c99 100644 (file)
@@ -11,7 +11,7 @@ import ScriptingBridge
     @objc optional var currentTrack: SpotifyTrack? {get}
 }
 
-extension SBApplication : SpotifyApplication {}
+extension SBApplication: SpotifyApplication {}
 
 // Source that reads track artist and name from current Spotify track
 class SpotifySource: Source {
@@ -38,4 +38,3 @@ class SpotifySource: Source {
     }
 
 }
-