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

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gibix committed Jun 10, 2018
1 parent b0266a8 commit a0fedb8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
extern crate human_panic;
#[macro_use]
extern crate structopt;
extern crate env_logger;
extern crate cargo_ebuild;
extern crate env_logger;
extern crate log;

use log::Level as LogLevel;
use cargo_ebuild::*;
use log::Level as LogLevel;
use structopt::StructOpt;

#[derive(StructOpt, Debug)]
Expand Down Expand Up @@ -52,6 +52,5 @@ fn main() -> Result<(), Error> {
)
.try_init()?;


run_cargo_ebuild(args.cmd)
}

0 comments on commit a0fedb8

Please sign in to comment.