Skip to content

Commit 0b6c25c

Browse files
committed
unused variable warning
1 parent 46fcf60 commit 0b6c25c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/src/main/kotlin/org/veupathdb/lib/compute/platform/intern/s3

lib/src/main/kotlin/org/veupathdb/lib/compute/platform/intern/s3/S3.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ internal object S3 {
338338
.map {
339339
try {
340340
HashID(it)
341-
} catch (e: Throwable) {
341+
} catch (_: Throwable) {
342342
null
343343
}
344344
}

0 commit comments

Comments
 (0)