This commit is contained in:
user1823 2025-09-25 19:51:45 +05:30 committed by GitHub
parent 06616fbaf6
commit c9d42680dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -353,7 +353,7 @@ pub(crate) fn get_last_revlog_info(revlogs: &[RevlogEntry]) -> HashMap<CardId, L
last_reviewed_at, last_reviewed_at,
previous_interval, previous_interval,
}, },
); );
}); });
out out
} }