Skip to content

Commit

Permalink
cargo fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglerchris committed Mar 29, 2024
1 parent e5b9ba0 commit eab35f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/html2text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ where
#[cfg(not(feature = "css"))]
let use_css_colours = false;
return conf
.coloured(input, flags.width,
move |anns, s| default_colour_map(anns, s, use_css_colours))
.coloured(input, flags.width, move |anns, s| {
default_colour_map(anns, s, use_css_colours)
})
.unwrap();
}
}
Expand Down

0 comments on commit eab35f3

Please sign in to comment.