Explorar o código

revision: fmt

Miles Murgaw %!s(int64=2) %!d(string=hai) anos
pai
achega
e8d011b476
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/cli/autoformat/mod.rs

+ 2 - 2
src/cli/autoformat/mod.rs

@@ -1,5 +1,5 @@
 use futures::{stream::FuturesUnordered, StreamExt};
-use std::{process::exit, fs};
+use std::{fs, process::exit};
 
 use super::*;
 
@@ -60,7 +60,7 @@ impl Autoformat {
                             println!("failed to write formatted content to file: {}", e);
                         }
                     }
-                },
+                }
                 Err(e) => {
                     eprintln!("failed to open file: {}", e);
                     exit(1);