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 {
@Suppress("SwallowedException")
UUID.fromString(it)
} catch (e: IllegalArgumentException) {
} catch (ignored: IllegalArgumentException) {
null
}
},