Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Feb 8, 2018
1 parent e7020c4 commit 3503cf5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@ class RequestsViewModel : ViewModel() {
onProgress: (progress: Int) -> Unit = {}
) {
if (IconRequest.get() != null && !forceLoad) {
postResult(
ArrayList(
IconRequest.get()?.apps.orEmpty()))
postResult(ArrayList(IconRequest.get()?.apps.orEmpty()))
return
}
initAndLoadRequestApps(param, host, apiKey, callback, onProgress)
Expand Down

0 comments on commit 3503cf5

Please sign in to comment.