Skip to content

Commit

Permalink
fixed post sync with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammo98 committed Dec 21, 2023
1 parent 722da2c commit 887813b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/health.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ pub fn languages_all() -> std::io::Result<()> {
let formatter = lang
.formatter
.as_ref()
.map(|formatter| formatter.command.to_string());
.map(|formatter| formatter.command.as_str());
check_binary(formatter);

for ts_feat in TsFeature::all() {
Expand Down

0 comments on commit 887813b

Please sign in to comment.