git.lucas.co / cce-ui
GPU-accelerated UI toolkit (Vulkan)
git clone https://git.lucas.co/cce-ui.git

commit8ed06dd819ce760687fe6f0dd27adace2095bdc3
parent8a96e13abf
authorLucas Galante <[email protected]>
date2026-06-29 19:27
Remove temporary test_kdl_syntax test

 src/config.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/config.rs b/src/config.rs
index 6aff71c..c341956 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -294,6 +294,7 @@ pub fn write_config_value(path: &str, key: &str, value: &str, default_section: &
 mod tests {
     use super::*;
     
+
     #[test]
     fn test_nested_parsing() {
         let content = "style {\n    status box_opacity=(f64)0.75\n}\n";