We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19414a commit 34b9d58Copy full SHA for 34b9d58
crates/uffs-mft/src/io.rs
@@ -1258,7 +1258,7 @@ fn parse_extension_to_index(
1258
name_idx as u16
1259
} else {
1260
// Extension names are appended after existing names
1261
- (existing_name_count - 1 + name_idx as u16)
+ existing_name_count - 1 + name_idx as u16
1262
};
1263
1264
let child_idx = index.children.len() as u32;
@@ -1972,7 +1972,7 @@ fn parse_extension_to_fragment(
1972
1973
1974
1975
1976
1977
1978
let child_idx = fragment.children.len() as u32;
0 commit comments