format use rustfmt nightly

This commit is contained in:
HouXiaoxuan
2023-12-22 08:41:23 +08:00
parent 80ab4c1052
commit 758cc334eb
5 changed files with 11 additions and 22 deletions

View File

@@ -1,9 +1,9 @@
pub mod add;
pub mod branch;
pub mod commit;
pub mod init;
pub mod remove;
pub mod status;
pub mod log;
pub mod branch;
pub mod remove;
pub mod restore;
pub mod status;
pub mod switch;
pub mod restore;