mirror of
https://github.com/fossasia/badgemagic-rs
synced 2025-07-16 09:33:59 +00:00
chore: fmt
This commit is contained in:
parent
1c93e56147
commit
01828a0e5b
1 changed files with 1 additions and 2 deletions
|
@ -168,7 +168,6 @@ fn generate_payload(args: &mut Args) -> Result<PayloadBuffer> {
|
||||||
|
|
||||||
match message.content {
|
match message.content {
|
||||||
Content::Text { text } => {
|
Content::Text { text } => {
|
||||||
|
|
||||||
#[cfg(not(any(feature = "u8g2-fonts")))]
|
#[cfg(not(any(feature = "u8g2-fonts")))]
|
||||||
let text = Text::new(
|
let text = Text::new(
|
||||||
&text,
|
&text,
|
||||||
|
|
Loading…
Reference in a new issue