chore: fmt

This commit is contained in:
2025-12-07 16:34:21 +08:00
parent 5988a98a09
commit 010789965a

View File

@@ -13,7 +13,7 @@
cfg = lib.getAttrFromPath optionPath config.my;
in
{
options.my = lib.setAttrByPath (optionPath) {
options.my = lib.setAttrByPath optionPath {
enable = (lib.mkEnableOption optionName) // {
inherit default;
};