Skip to content

Commit

Permalink
Patch storage files
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Dec 17, 2024
1 parent 456dc90 commit 1499802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/modules/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ impl Storage {
let size = content.size;

total_size += size;
total_files += 1;
}
total_files += 1;
}

Ok((total_files, total_size))
Expand Down

0 comments on commit 1499802

Please sign in to comment.