From 30306bcf5a312c8749b1b66ef0a426cf7aaee989 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 31 Jul 2023 20:28:38 +0200 Subject: images loading again --- tools/src/bin/import.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/src') diff --git a/tools/src/bin/import.rs b/tools/src/bin/import.rs index f740fec..1fff206 100644 --- a/tools/src/bin/import.rs +++ b/tools/src/bin/import.rs @@ -175,7 +175,7 @@ fn main() -> anyhow::Result<()> { let f = File::create(path.join(if series { "directory.json".to_string() } else { - format!("{ident}.jelly",) + format!("{ident}.jelly") }))?; serde_json::to_writer_pretty(f, &node)?; } -- cgit v1.2.3-70-g09d2