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

@ -27,7 +27,7 @@ pub enum Action {
}
impl VerseEditor {
#[must_use]
#[must_use]
pub fn new(verse: VerseName, lyric: String) -> Self {
Self {
verse_name: verse,
@ -50,16 +50,7 @@ impl VerseEditor {
pub fn view(&self) -> Element<Message> {
let cosmic::cosmic_theme::Spacing {
space_none,
space_xxxs,
space_xxs,
space_xs,
space_s,
space_m,
space_l,
space_xl,
space_xxl,
space_xxxl,
space_s, space_m, ..
} = theme::spacing();
let verse_title =