mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Formatting fix
I have checks running on push, but must have confused the build system by modifying the file at the wrong time.
This commit is contained in:
parent
933d63545a
commit
2427743751
1 changed files with 1 additions and 6 deletions
|
@ -297,12 +297,7 @@ fn get_last_revlog_info(revlogs: &[RevlogEntry]) -> HashMap<CardId, LastRevlogIn
|
|||
last_reviewed_at = Some(e.id.as_secs());
|
||||
}
|
||||
}
|
||||
out.insert(
|
||||
card_id,
|
||||
LastRevlogInfo {
|
||||
last_reviewed_at,
|
||||
},
|
||||
);
|
||||
out.insert(card_id, LastRevlogInfo { last_reviewed_at });
|
||||
});
|
||||
out
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue