Skip to content

Commit

Permalink
fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
euclio committed Dec 8, 2016
1 parent 830b8af commit 7ec9f8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/cargo/ops/cargo_compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pub fn resolve_dependencies<'a>(ws: &Workspace<'a>,
.map(Package::package_id)
.map(PackageIdSpec::from_package_id)
.collect()
},
}
Packages::Packages(packages) => {
packages.iter().map(|p| PackageIdSpec::parse(&p)).collect::<CargoResult<Vec<_>>>()?
}
Expand Down Expand Up @@ -189,11 +189,11 @@ pub fn compile_ws<'a>(ws: &Workspace<'a>,
let profiles = ws.profiles();

let resolve = resolve_dependencies(ws,
source,
features,
all_features,
no_default_features,
&spec)?;
source,
features,
all_features,
no_default_features,
&spec)?;
let (spec, packages, resolve_with_overrides) = resolve;

let mut pkgids = Vec::new();
Expand Down

0 comments on commit 7ec9f8d

Please sign in to comment.