Skip to content

Commit fb2dc9a

Browse files
committed
chore: fix lint issues
1 parent 8bba23a commit fb2dc9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/kotlin/vn/hunghd/flutterdownloader/DownloadWorker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ class DownloadWorker(context: Context, params: WorkerParameters) :
343343
contentType = httpConn.contentType
344344
val contentLength: Long =
345345
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) httpConn.contentLengthLong else httpConn.contentLength.toLong()
346-
if (contentType != null){
346+
if (contentType != null) {
347347
log("Content-Type = $contentType")
348348
}
349349
log("Content-Length = $contentLength")

0 commit comments

Comments
 (0)