[O] Fix indent
This commit is contained in:
+2
-1
@@ -89,7 +89,8 @@ impl MyApp {
|
||||
mtime: m.mtime() * 1000,
|
||||
size: m.len(),
|
||||
mime: if x.path().is_file() { self.generator.get_mime(&x.path()).ok() } else { None }
|
||||
})}).collect();
|
||||
})
|
||||
}).collect();
|
||||
|
||||
match serde_json::to_string(&paths) {
|
||||
Ok(json) => { json.resp(200) }
|
||||
|
||||
Reference in New Issue
Block a user