Skip to content

Commit b0fce84

Browse files
authored
Update src/format_text.rs
1 parent 15962a3 commit b0fce84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/format_text.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ fn inner_format(parsed_source: &ParsedSource, config: &Configuration, external_f
9696
let mut maybe_err: Box<Option<anyhow::Error>> = Box::new(None);
9797
let result = dprint_core::formatting::format(
9898
|| match generate(parsed_source, config, external_formatter) {
99-
Ok(print_itmes) => print_itmes,
99+
Ok(print_items) => print_items,
100100
Err(e) => {
101101
maybe_err.replace(e);
102102
PrintItems::default()

0 commit comments

Comments
 (0)