1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-14 17:22:25 +01:00

Move error module to separate file

This commit is contained in:
sharkdp
2020-03-21 19:35:04 +01:00
committed by David Peter
parent fedd32173e
commit 7e0115641d
3 changed files with 35 additions and 32 deletions

View File

@@ -192,4 +192,4 @@ impl HighlightingAssets {
syntax.unwrap_or_else(|| self.syntax_set.find_syntax_plain_text())
}
}
}