Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/csv.rs')
-rw-r--r--src/csv.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/csv.rs b/src/csv.rs
index 1a3aca8..3420b6e 100644
--- a/src/csv.rs
+++ b/src/csv.rs
@@ -92,10 +92,7 @@ impl FlatMftEntryWithName {
let has_ads = entry_attributes
.iter()
- .any(|a| {
- a.header.type_code == MftAttributeType::DATA && !a.header.name.is_empty()
- });
-
+ .any(|a| a.header.type_code == MftAttributeType::DATA && !a.header.name.is_empty());
FlatMftEntryWithName {
entry_id: entry.header.record_number,