Skip to content

Commit

Permalink
Remove stray parenthese.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Oct 27, 2023
1 parent c1d9f5d commit cba8641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepwell/src/locales/fluent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ impl Localizations {
// Try and get bundle and pattern, if it exists
match self.get_pattern(locale, path, attribute) {
Err(error) => {
debug!("Pattern not found for locale {locale}: {error})");
debug!("Pattern not found for locale {locale}: {error}");
last_error = error;
None
}
Expand Down

0 comments on commit cba8641

Please sign in to comment.