Format and clippy
This commit is contained in:
parent
466b4cb994
commit
bc4a898c0a
12 changed files with 17 additions and 27 deletions
|
|
@ -14,7 +14,7 @@ pub struct SimpleStorage(String, String);
|
|||
|
||||
impl SimpleStorage {
|
||||
pub fn new(base: String, filename: String) -> Self {
|
||||
SimpleStorage(base, filename)
|
||||
Self(base, filename)
|
||||
}
|
||||
|
||||
fn get_path(&self, date: Option<u64>) -> String {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue