mirror of https://github.com/lapce/lapce.git
fix fmt
This commit is contained in:
parent
468d416704
commit
7ebdf7f5bb
|
@ -1789,7 +1789,7 @@ fn load_grammar(
|
|||
};
|
||||
return Err(HighlightIssue::Error(format!(
|
||||
"Failed to load '{language_fn_name}': '{e}'"
|
||||
)))
|
||||
)));
|
||||
}
|
||||
};
|
||||
language_fn()
|
||||
|
|
Loading…
Reference in New Issue