clippy + maudfmt
This commit is contained in:
@@ -79,7 +79,7 @@ impl Page {
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
MyMessage::NameChanged => {
|
||||
div.flex {
|
||||
article class="name msg" {
|
||||
@@ -87,7 +87,7 @@ impl Page {
|
||||
(t!("new_name_message"))
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
MyMessage::Error(header, body, footer) => {
|
||||
div.flex {
|
||||
article class="error msg" {
|
||||
@@ -98,7 +98,6 @@ impl Page {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
section { (content) }
|
||||
}
|
||||
|
Reference in New Issue
Block a user