1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-25 17:21:43 +00:00

Run cargo fmt

This commit is contained in:
sharkdp
2020-03-21 19:40:43 +01:00
committed by David Peter
parent 9b8ddb24d1
commit a7338e2ea2
8 changed files with 34 additions and 29 deletions
-1
View File
@@ -159,7 +159,6 @@ impl Default for HighlightedLineRanges {
}
}
#[cfg(test)]
fn ranges(rs: &[&str]) -> LineRanges {
LineRanges::from(rs.iter().map(|r| LineRange::from(r).unwrap()).collect())