mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Rustfmt recent changes.
This commit is contained in:
parent
c913941669
commit
55966412af
4 changed files with 3 additions and 8 deletions
|
@ -130,7 +130,7 @@ impl<C: Parse, U: Parse> Parse for SVGPaint<C, U> {
|
|||
if matches!(kind, SVGPaintKind::None | SVGPaintKind::Color(..)) {
|
||||
return Ok(SVGPaint {
|
||||
kind,
|
||||
fallback: SVGPaintFallback::Unset
|
||||
fallback: SVGPaintFallback::Unset,
|
||||
});
|
||||
}
|
||||
let fallback = input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue