fixed closed brace in wrong location

Signed-off-by: Matthew Stobbs <matthew@sprouting.cloud>
This commit is contained in:
2026-08-19 09:01:02 -05:00
parent af33b32e8a
commit d9d531b9e6

View File

@@ -71,6 +71,7 @@
features = "decorations";
whitespace-error-style = "22 reverse";
};
};
direnv = {
enable = true;
enableZshIntegration = true;
@@ -339,5 +340,4 @@
enable = true;
enableZshIntegration = true;
};
};
}