We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15962a3 commit b0fce84Copy full SHA for b0fce84
1 file changed
src/format_text.rs
@@ -96,7 +96,7 @@ fn inner_format(parsed_source: &ParsedSource, config: &Configuration, external_f
96
let mut maybe_err: Box<Option<anyhow::Error>> = Box::new(None);
97
let result = dprint_core::formatting::format(
98
|| match generate(parsed_source, config, external_formatter) {
99
- Ok(print_itmes) => print_itmes,
+ Ok(print_items) => print_items,
100
Err(e) => {
101
maybe_err.replace(e);
102
PrintItems::default()
0 commit comments