Skip to content

Commit 67246ba

Browse files
committed
Add space
1 parent 9c968ef commit 67246ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/at/bitfire/icsdroid/CalendarFetcher.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ open class CalendarFetcher(
159159
val contentType: ContentType? = try {
160160
response.contentType()
161161
} catch (e: BadContentTypeFormatException) {
162-
Log.w(Constants.TAG,"Failed to parse content type. Continuing without.", e)
162+
Log.w(Constants.TAG, "Failed to parse content type. Continuing without.", e)
163163
null
164164
}
165165
onSuccess(

0 commit comments

Comments
 (0)