mirror of
https://github.com/sharkdp/bat
synced 2026-07-29 18:01:43 +00: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