fix: style

This commit is contained in:
Ryan Yin 2024-03-02 22:54:27 +08:00
parent 7404098ea1
commit 6532ce678b

View File

@ -204,7 +204,7 @@ in {
};
# 示例 1正常
config.warnings = if config.foo then ["foo"] else [];
config.warnings = if config.foo then ["foo"] else [];
# 示例 2无限递归
# error: infinite recursion encountered