summary refs log tree commit diff stats
path: root/src/config_file.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config_file.rs')
-rw-r--r--src/config_file.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config_file.rs b/src/config_file.rs
index 838a78d..2233b36 100644
--- a/src/config_file.rs
+++ b/src/config_file.rs
@@ -15,5 +15,5 @@ pub struct LastChapter {
 #[derive(Deserialize, Serialize)]
 pub struct Template {
     pub section: String,
-    pub chapter: String
+    pub chapter: String,
 }