chore: fix formatting

This commit is contained in:
Peritia 2026-01-14 15:24:25 +01:00
parent d594544229
commit a7d8d0d04d

View file

@ -216,7 +216,8 @@ in {
customJVMOpts = mkOption { customJVMOpts = mkOption {
description = "Additional JVM options"; description = "Additional JVM options";
type = types.coercedTo type =
types.coercedTo
types.str types.str
(lib.splitString " ") (lib.splitString " ")
(types.listOf types.str); (types.listOf types.str);
@ -227,7 +228,6 @@ in {
]; ];
}; };
operators = mkOption { operators = mkOption {
type = types.attrsOf ( type = types.attrsOf (
types.coercedTo minecraftUUID (v: {uuid = v;}) ( types.coercedTo minecraftUUID (v: {uuid = v;}) (