Ben S 11 anni fa
parent
commit
03a05b7020
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/file.rs

+ 2 - 2
src/file.rs

@@ -467,8 +467,8 @@ pub mod test {
         File::with_stat(stat, &Path::new(path), None, false)
     }
 
-	pub fn dummy_stat() -> io::FileStat {
-	    io::FileStat {
+    pub fn dummy_stat() -> io::FileStat {
+        io::FileStat {
             size: 0,
             kind: io::FileType::RegularFile,
             created: 0,