Skip to content

Commit

Permalink
fix(style): appease cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Sep 21, 2018
1 parent 286bed9 commit 120236f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/manifest/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ use std::fs::File;
use std::io::prelude::*;
use std::path::Path;

use self::npm::{repository::Repository, CommonJSPackage, ESModulesPackage, NoModulesPackage, NpmPackage};
use self::npm::{
repository::Repository, CommonJSPackage, ESModulesPackage, NoModulesPackage, NpmPackage,
};
use console::style;
use emoji;
use error::Error;
Expand Down

0 comments on commit 120236f

Please sign in to comment.