Skip to content

Commit

Permalink
add no-op comment
Browse files Browse the repository at this point in the history
  • Loading branch information
solrudev committed Jan 4, 2025
1 parent ac274d1 commit 8d2a197
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public inline fun <T : AssetFileDescriptor?, R> T.use(block: (T) -> R): R {
throw throwable
} finally {
when {
this == null -> {}
this == null -> { /* no-op */ }
exception == null -> close()
else -> try {
close()
Expand Down

0 comments on commit 8d2a197

Please sign in to comment.