Skip to content

Commit 8a8ec45

Browse files
committed
fix mismatched curly
1 parent 68af449 commit 8a8ec45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ fn iter_messages(db_path: &PathBuf, chat_identifier: &str, output_dir: &PathBuf)
145145
// Handle the error gracefully, you can log it or ignore it depending on your requirements
146146
eprintln!("Failed to generate message: {:?}", err);
147147
}
148+
}
148149
}
149150

150151
// Once we create all the chapter files, we need to create the main.tex file to include them

0 commit comments

Comments
 (0)