mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-03 03:42:26 +01:00
Formatted code
This commit is contained in:
committed by
David Peter
parent
82f14121bd
commit
f259ff2920
@@ -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())
|
||||
}
|
||||
|
Reference in New Issue
Block a user