fetch: rustfmt

This commit is contained in:
Lorenz Leutgeb 2024-05-16 18:02:45 +02:00
parent d56d619f56
commit d839418c56
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
pub(crate) mod mem; pub(crate) mod mem;
pub(crate) mod repository;
pub(crate) mod packfile; pub(crate) mod packfile;
pub(crate) mod repository;
pub mod refs; pub mod refs;