Skip to content

Commit 426bcfe

Browse files
committed
e -> _
1 parent a674cf4 commit 426bcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/runtime-core/native/src/aws/smithy/kotlin/runtime/util/PlatformNative.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ internal actual object SystemDefaultProvider : PlatformProvider {
4747
} finally {
4848
fclose(file)
4949
}
50-
} catch (e: Exception) {
50+
} catch (_: Exception) {
5151
null
5252
}
5353
}

0 commit comments

Comments
 (0)