Run cargo fmt

This commit is contained in:
Sébastien Crozet
2022-01-23 18:04:24 +01:00
parent 536122e080
commit 0c7ebae1aa
7 changed files with 14 additions and 9 deletions

View File

@@ -60,7 +60,7 @@ impl Default for Index {
impl IndexedData for Index {
fn default() -> Self {
Default::default()
Default::default()
}
fn index(&self) -> usize {