diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-03-06 22:17:49 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-03-06 22:17:49 +0100 |
| commit | 7761f8b4814b86bb23fb3d1b8498b147bd1313e9 (patch) | |
| tree | 3c368df93d2acaee748a59e5cfacb03ae6ee637a /src/remote | |
| parent | a9e0a8829a0b83cc44e1b24a8ae5df762adf0f76 (diff) | |
Formatting
Diffstat (limited to 'src/remote')
| -rw-r--r-- | src/remote/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote/mod.rs b/src/remote/mod.rs index 8431c75..90f400c 100644 --- a/src/remote/mod.rs +++ b/src/remote/mod.rs @@ -1,6 +1,6 @@ mod git; -use std::fs::{create_dir_all, remove_file, write, File}; +use std::fs::{File, create_dir_all, remove_file, write}; use std::io::{Error, ErrorKind::Other, Read, Result}; use std::path::Path; |