cargo clippy fix
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2025-09-15 11:04:49 -05:00
parent 191dd0255d
commit 2413b96791
9 changed files with 45 additions and 70 deletions

View file

@ -3,19 +3,14 @@ use cosmic::widget::image::Handle;
use crisp::types::{Keyword, Symbol, Value};
use iced_video_player::Video;
use miette::{miette, Result};
use resvg::usvg::fontdb;
use serde::{Deserialize, Serialize};
use std::{
fmt::Display,
path::{Path, PathBuf},
sync::Arc,
};
use tracing::error;
use crate::ui::{
pdf::PdfViewer,
text_svg::{self, TextSvg},
};
use crate::ui::text_svg::TextSvg;
use super::songs::Song;
@ -310,7 +305,7 @@ impl Slide {
}
pub fn text_alignment(&self) -> TextAlignment {
self.text_alignment.clone()
self.text_alignment
}
pub fn font_size(&self) -> i32 {