Cargo formatting

This commit is contained in:
kdeng00
2024-05-05 15:59:55 -04:00
parent 33abb7b948
commit 72e6070946
22 changed files with 116 additions and 80 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
use crate::models;
#[derive(Clone, Debug)]
@@ -36,4 +35,4 @@ impl APIParser {
self.api.version = "v1".to_string();
}
}
}
+1 -1
View File
@@ -1 +1 @@
pub mod api_parser;
pub mod api_parser;