Skip to content

Commit

Permalink
rustfmt, even if I disagree
Browse files Browse the repository at this point in the history
  • Loading branch information
tlively committed Oct 3, 2019
1 parent 715e5d8 commit 189fef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cargo/core/compiler/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ impl<'a, 'cfg> Context<'a, 'cfg> {

for unit in units.iter() {
for output in self.outputs(unit)?.iter() {
if output.flavor == FileFlavor::DebugInfo ||
output.flavor == FileFlavor::Auxiliary {
if output.flavor == FileFlavor::DebugInfo || output.flavor == FileFlavor::Auxiliary
{
continue;
}

Expand Down

0 comments on commit 189fef1

Please sign in to comment.