Apply clippy::semicolon_if_nothing_returned
This commit is contained in:
parent
b778b45a1e
commit
5424bbf86a
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ impl PngData {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
b"acTL" => {
|
b"acTL" => {
|
||||||
warn!("Stripping animation data from APNG - image will become standard PNG")
|
warn!("Stripping animation data from APNG - image will become standard PNG");
|
||||||
}
|
}
|
||||||
_ => (),
|
_ => (),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue