Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
daubaris committed Mar 31, 2019
1 parent 3ccaee1 commit 3860662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use child;
use command::build::BuildProfile;
use emoji;
use failure::{Error, ResultExt};
use std::path::Path;
use manifest::Crate;
use std::path::Path;
use std::process::Command;
use std::str;
use PBAR;
Expand Down

0 comments on commit 3860662

Please sign in to comment.