Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Mar 30, 2024
1 parent 9165af7 commit ffdb254
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/render/group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ffdb254

Please sign in to comment.