style: fix lint (CI)

This commit is contained in:
2025-05-13 06:52:32 +00:00
committed by github-actions[bot]
parent 8b4167d847
commit e95c5078a3
@@ -57,4 +57,4 @@ class MergedPropertiesMessageSource : AbstractMessageSource() {
val props = messages[locale] ?: messages[Locale.ROOT] ?: return null
return props.getProperty(code)
}
}
}