Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Jun 9, 2016
1 parent 72e4064 commit 8ea5524
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ boolean shouldForce(Type type) {
force = this.force;
}
if (force == null) {
force = (type == Type.REQUEST ? true : false);
force = (type == Type.REQUEST);
}
return force;
}
Expand Down

0 comments on commit 8ea5524

Please sign in to comment.