summary refs log tree commit diff stats
path: root/src/data.rs
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-06-18 16:43:49 +0200
committerSoispha <soispha@vhack.eu>2023-06-18 16:43:49 +0200
commit6bc393444d415d50144b2c213812ce57eae1c01f (patch)
tree4f8785367b2396d07e878f3b0e80096accd015ae /src/data.rs
parentFix(cli): Remove project option (diff)
downloadlpm-6bc393444d415d50144b2c213812ce57eae1c01f.tar.gz
lpm-6bc393444d415d50144b2c213812ce57eae1c01f.zip
Style(treewide): Format
Diffstat (limited to 'src/data.rs')
-rw-r--r--src/data.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data.rs b/src/data.rs
index 4966e88..72609b8 100644
--- a/src/data.rs
+++ b/src/data.rs
@@ -11,7 +11,6 @@ pub struct LastChapter {
     pub number: u32,
 }
 
-
 //fn main() {
 //    let config: Config = toml::from_str(r#"
 //        ip = '127.0.0.1'