Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl4rry committed Mar 26, 2022
1 parent 8342988 commit 704f767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion askama_shared/src/filters/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ pub fn capitalize<T: fmt::Display>(s: T) -> Result<String> {
replacement.push_str(&s[c.len_utf8()..].to_lowercase());
Ok(replacement)
}
_ => Ok(s)
_ => Ok(s),
}
}

Expand Down

0 comments on commit 704f767

Please sign in to comment.