1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-03 03:42:26 +01:00

Formatted code

This commit is contained in:
Daniele Esposti
2019-03-08 22:19:59 +00:00
committed by David Peter
parent 82f14121bd
commit f259ff2920
4 changed files with 5 additions and 4 deletions

View File

@@ -9,7 +9,6 @@ impl SyntaxMapping {
Default::default()
}
pub fn insert(&mut self, from: impl Into<String>, to: impl Into<String>) -> Option<String> {
self.0.insert(from.into(), to.into())
}