Skip to content

Commit

Permalink
Fix wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbrito committed May 1, 2019
1 parent 83d9c62 commit 217d1c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ReactionsAdapter : JsonAdapter<Reactions>() {

reader.endObject()
reactions.set(shortname, usernameList, nameList)
}
}
reader.endObject()
reader.endObject()
return reactions
Expand Down

0 comments on commit 217d1c3

Please sign in to comment.