ktlint fix.

This commit is contained in:
onurays 2020-06-26 14:48:10 +03:00
parent 3fcf77e214
commit 824dafb525
1 changed files with 0 additions and 1 deletions

View File

@ -216,7 +216,6 @@ internal class UploadContentWorker(val context: Context, params: WorkerParameter
uploadedThumbnailUrl, uploadedThumbnailUrl,
uploadedThumbnailEncryptedFileInfo, uploadedThumbnailEncryptedFileInfo,
newImageAttributes) newImageAttributes)
} catch (t: Throwable) { } catch (t: Throwable) {
Timber.e(t) Timber.e(t)
handleFailure(params, t) handleFailure(params, t)