Update formatting

This commit is contained in:
Jakob K
2021-05-15 21:26:10 +02:00
parent ddc576a394
commit fa8fa9ae96
71 changed files with 203 additions and 249 deletions

View File

@@ -73,4 +73,4 @@ fun Player.localize(key: String) =
* @see Localization.get
*/
fun Player.localize(key: String, vararg args: Pair<String, Any?>) =
Localization.get(Localization.localeProvider(this), key, *args)
Localization.get(Localization.localeProvider(this), key, *args)