Refactor code for readability

This commit is contained in:
Philip Kristoffersen
2021-10-06 21:50:09 +02:00
parent 95053a9d49
commit fc42cf6a1f
6 changed files with 141 additions and 112 deletions
+4 -1
View File
@@ -1,2 +1,5 @@
#[cfg(target_os = "linux")]
mod symlinks;
mod sync;
pub use sync::run_sync;
pub use sync::run_sync;