From 7761f8b4814b86bb23fb3d1b8498b147bd1313e9 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 6 Mar 2025 22:17:49 +0100 Subject: Formatting --- src/remote/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/remote') 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; -- cgit