1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-05 19:11:42 +00: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
+1 -1
View File
@@ -192,4 +192,4 @@ impl HighlightingAssets {
syntax.unwrap_or_else(|| self.syntax_set.find_syntax_plain_text())
}
}
}