plugins/lint: uncomment autoCmd config line

This commit is contained in:
Gaetan Lepage 2023-12-19 16:59:57 +01:00 committed by Gaétan Lepage
parent 81d103b69b
commit dceeab73b1

View file

@ -297,6 +297,6 @@ in {
) )
); );
# autoCmd = optional (cfg.autoCmd != null) cfg.autoCmd; autoCmd = optional (cfg.autoCmd != null) cfg.autoCmd;
}; };
} }