Skip to content

Commit

Permalink
Delete unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nasa committed Dec 29, 2018
1 parent c523ce6 commit 3b244e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cargo/core/compiler/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ impl<'a, 'cfg> Context<'a, 'cfg> {
return Ok(Option::Some(output.bin_dst().clone()));
}
}

Ok(None)
}

Expand Down

0 comments on commit 3b244e2

Please sign in to comment.