Skip to content

Commit

Permalink
Satisfied ktlint requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Archrahkshi committed Dec 2, 2020
1 parent a6c92ab commit 037dc45
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ class LyricsFragment(
it.asJsonObject["type"].asString == "song"
}
if (songInfo != null) (
getLyricsFromPath(songInfo.asJsonObject["result"].asJsonObject["path"].asString)
?: "Something went wrong, sorry<not sorry> :("
).deleteTrash()
getLyricsFromPath(songInfo.asJsonObject["result"].asJsonObject["path"].asString)
?: "Something went wrong, sorry<not sorry> :("
).deleteTrash()
else {
Log.wtf("Genius", "no song info")
null
Expand Down

0 comments on commit 037dc45

Please sign in to comment.