Skip to content

Commit

Permalink
Missed a space
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterRager authored Dec 6, 2016
1 parent 22212a0 commit 5091295
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public BitmapProvider getBitmapProvider() {
}

public BitmapRecycler getBitmapRecycler() {
if( mBitmapRecycler == null ){
if( mBitmapRecycler == null ) {
mBitmapRecycler = new BitmapRecyclerDefault();
}
return mBitmapRecycler;
Expand Down

0 comments on commit 5091295

Please sign in to comment.