diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-05-18 23:39:25 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-05-18 23:39:25 -0500 |
| commit | 1263f62c5c6379f11e19eb184ffedf5889390b70 (patch) | |
| tree | f594221e77f5a6163ed96ad1c56556240ec8ea86 /Sources/lyricli.swift | |
| parent | 6608973cc785af2363b71299e03407e5dd436f54 (diff) | |
Fix linter warnings
Diffstat (limited to 'Sources/lyricli.swift')
| -rw-r--r-- | Sources/lyricli.swift | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Sources/lyricli.swift b/Sources/lyricli.swift index c44a7f4..5931ca1 100644 --- a/Sources/lyricli.swift +++ b/Sources/lyricli.swift @@ -18,13 +18,11 @@ public class Lyricli { } print(lyrics) - } - else { + } else { print("Lyrics not found :(") } - } - else { + } else { print("No Artist/Song could be found :(") } } |