style: スタイルを修正

This commit is contained in:
usbharu 2023-05-02 16:23:36 +09:00
parent 4e702d6793
commit d9ce28d094
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
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
}
},