GPU-accelerated UI toolkit (Vulkan)
git clone https://git.lucas.co/cce-ui.git
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";