style: fix lint (CI)

This commit is contained in:
usbharu 2025-05-13 06:52:32 +00:00 committed by github-actions[bot]
parent 8b4167d847
commit e95c5078a3
1 changed files with 1 additions and 1 deletions

View File

@ -57,4 +57,4 @@ class MergedPropertiesMessageSource : AbstractMessageSource() {
val props = messages[locale] ?: messages[Locale.ROOT] ?: return null
return props.getProperty(code)
}
}
}