diff --git a/src/render/group.rs b/src/render/group.rs index 90aa519a..61bc7d0c 100644 --- a/src/render/group.rs +++ b/src/render/group.rs @@ -27,7 +27,9 @@ pub fn render( #[cfg(not(feature = "filters"))] if !group.filters().is_empty() { - log::warn!("Failed convert filter because the filters feature was disabled. Skipping.") + log::warn!( + "Failed convert filter because the filters feature was disabled. Skipping." + ) } let initial_opacity = initial_opacity.unwrap_or(Opacity::ONE);