style: スタイルを修正

This commit is contained in:
usbharu 2023-05-02 16:23:36 +09:00
parent 2f1df0bcfd
commit a053a17924
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ class ExposedJobRepository(
try { try {
@Suppress("SwallowedException") @Suppress("SwallowedException")
UUID.fromString(it) UUID.fromString(it)
} catch (e: IllegalArgumentException) { } catch (ignored: IllegalArgumentException) {
null null
} }
}, },