summaryrefslogtreecommitdiffstats
path: root/src/io
diff options
context:
space:
mode:
authorPrince <princedaryl3@tutanota.com>2021-05-16 20:14:09 +0300
committerPrince <princedaryl3@tutanota.com>2021-05-16 20:14:09 +0300
commit3cc605c6df6302223699e402e160695fd16a6beb (patch)
tree84011f55145b6b9be5da447a77fde6c3fd367b0a /src/io
parent7cf1511704404a942465b5241b0f89ef78ca89a7 (diff)
format code
Diffstat (limited to 'src/io')
-rw-r--r--src/io/io_worker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/io_worker.rs b/src/io/io_worker.rs
index 7ef0010..94be744 100644
--- a/src/io/io_worker.rs
+++ b/src/io/io_worker.rs
@@ -12,7 +12,7 @@ pub enum FileOp {
Copy,
}
-#[derive(Clone,Debug,Default)]
+#[derive(Clone, Debug, Default)]
pub struct IoWorkerOptions {
pub overwrite: bool,
pub skip_exist: bool,