Reformat source code.

This commit is contained in:
Oleksandr Kozachuk
2022-12-18 15:07:26 +01:00
parent 59d2b5a122
commit bc110f4940
3 changed files with 162 additions and 47 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
extern crate peg;
use crate::password::Password;
use crate::structs::{Command, LKErr, Mode };
use crate::structs::{Command, LKErr, Mode};
use chrono::naive::NaiveDate;
use chrono::Local;
use std::{cell::RefCell, rc::Rc};