We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cecac6 commit 734070eCopy full SHA for 734070e
picasso/src/main/java/com/squareup/picasso/ContactsPhotoBitmapHunter.java
@@ -104,7 +104,7 @@ private InputStream getInputStream() throws IOException {
104
case ID_DISPLAY_PHOTO:
105
return contentResolver.openInputStream(uri);
106
default:
107
- throw new IllegalStateException ("Invalid uri: " + uri);
+ throw new IllegalStateException("Invalid uri: " + uri);
108
}
109
110
0 commit comments