mirror of https://github.com/usbharu/Hideout.git
style: スタイルを修正
This commit is contained in:
parent
2f1df0bcfd
commit
a053a17924
|
@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue