Skip to content

Commit 734070e

Browse files
author
Mahram Z. Foadi
committed
fixed code style
1 parent 5cecac6 commit 734070e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picasso/src/main/java/com/squareup/picasso/ContactsPhotoBitmapHunter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ private InputStream getInputStream() throws IOException {
104104
case ID_DISPLAY_PHOTO:
105105
return contentResolver.openInputStream(uri);
106106
default:
107-
throw new IllegalStateException ("Invalid uri: " + uri);
107+
throw new IllegalStateException("Invalid uri: " + uri);
108108
}
109109
}
110110

0 commit comments

Comments
 (0)