Improve code style

This commit is contained in:
Adam Jones 2017-05-10 23:16:35 +01:00
parent e5d7caf5f2
commit d9afd0e4bf

View file

@ -117,7 +117,7 @@ public class SingleUploadFragment extends Fragment {
int position = licenseItems.indexOf(getString(Utils.licenseNameFor(license)));
// Check position is valid
if(position < 0) {
if (position < 0) {
Timber.d("Invalid position: %d. Using default license", position);
position = 4;
}