summaryrefslogtreecommitdiff
path: root/src/content.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/content.rs')
-rw-r--r--src/content.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content.rs b/src/content.rs
index 9c11dd6..d1ffa2d 100644
--- a/src/content.rs
+++ b/src/content.rs
@@ -25,8 +25,8 @@ r#"# Glam-specific ignores
pub fn create_glam_file() -> String {
return
r#"{
- "packages" : {
- }
+ "packages" : [
+ ]
}
"#.to_string();
}