Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Aug 12, 2024
1 parent b541c4f commit a04bf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minijinja-contrib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub fn add_to_environment(env: &mut Environment) {
env.add_function("now", globals::now);
}
#[cfg(feature = "rand")]
{
{
env.add_filter("random", filters::random);
env.add_function("lipsum", globals::lipsum);
env.add_function("randrange", globals::randrange);
Expand Down

0 comments on commit a04bf62

Please sign in to comment.