Skip to content

Commit

Permalink
Remove extra blank lines and commas on last match arm for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
azerupi committed Jun 27, 2017
1 parent 37bec60 commit d9afb2d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/cargo/ops/cargo_install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,9 @@ fn select_pkg<'a, T>(mut source: T,
}
config.shell().warn(&msg)?;
Some(v.to_string())
},
},
}
}
}


}
None => None,
};
Expand Down

0 comments on commit d9afb2d

Please sign in to comment.