lots more fixing of linting issues
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2026-01-27 15:07:29 -06:00
parent 29c4f9de92
commit 32c49a59a9
14 changed files with 78 additions and 87 deletions

View file

@ -334,8 +334,7 @@ impl Model<Presentation> {
presentation.ending_index,
) {
PresKind::Pdf {
starting_index: starting_index
as i32,
starting_index: starting_index as i32,
ending_index: ending_index as i32,
}
} else {