1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-29 18:01:43 +00:00

Run 'cargo fmt'

This commit is contained in:
sharkdp
2020-02-28 10:27:06 +01:00
parent 4ac3161c19
commit ca066bf7cd
6 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
use std::collections::HashMap;
use std::ffi::OsStr;
use std::fs;
use std::path::Path;
use std::ffi::OsStr;
use git2::{DiffOptions, IntoCString, Repository};