Skip to content

Commit

Permalink
whitespace 2
Browse files Browse the repository at this point in the history
  • Loading branch information
merelymyself committed May 27, 2022
1 parent 684a338 commit 754a5bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cargo/ops/cargo_new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ pub fn add(left: usize, right: usize) -> usize {
#[cfg(test)]
mod tests {
use super::*;
#[test]
fn it_works() {
let result = add(2, 2);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pub fn add(left: usize, right: usize) -> usize {
#[cfg(test)]
mod tests {
use super::*;

#[test]
fn it_works() {
let result = add(2, 2);
Expand Down

0 comments on commit 754a5bf

Please sign in to comment.