1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 11:22:30 +01:00

Code formatting

This commit is contained in:
sharkdp
2020-09-20 20:47:21 +02:00
parent 57aa88a13a
commit 71b2089384
5 changed files with 14 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
use assert_cmd::Command;
use predicates::{prelude::predicate,str::PredicateStrExt};
use predicates::{prelude::predicate, str::PredicateStrExt};
use std::path::Path;
use std::str::from_utf8;