mirror of https://github.com/usbharu/Hideout.git
style: fix lint (CI)
This commit is contained in:
parent
8b4167d847
commit
e95c5078a3
hideout/hideout-core/src/main/kotlin/dev/usbharu/hideout/core/infrastructure/springframework
|
@ -57,4 +57,4 @@ class MergedPropertiesMessageSource : AbstractMessageSource() {
|
||||||
val props = messages[locale] ?: messages[Locale.ROOT] ?: return null
|
val props = messages[locale] ?: messages[Locale.ROOT] ?: return null
|
||||||
return props.getProperty(code)
|
return props.getProperty(code)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue