mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 05:53:53 -05:00
format
This commit is contained in:
parent
2c7241c099
commit
b253983901
1 changed files with 2 additions and 1 deletions
|
|
@ -153,7 +153,8 @@ impl Collection {
|
|||
.filter_map(|c| {
|
||||
let memory_state = match c.memory_state {
|
||||
Some(state) => state,
|
||||
// cards that lack memory states after compute_memory_state have no FSRS items, implying a truncated or ignored revlog
|
||||
// cards that lack memory states after compute_memory_state have no FSRS items,
|
||||
// implying a truncated or ignored revlog
|
||||
None => fsrs
|
||||
.memory_state_from_sm2(
|
||||
c.ease_factor(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue