Skip to content

Commit ee41651

Browse files
cargo fmt
1 parent 25fe12e commit ee41651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ pub fn yank(app: &App, krate: &str, version: &semver::Version, yanked: bool) ->
122122
/// on Heroku, and they race against each other e.g. if 2 pushes occur,
123123
/// then one will succeed while the other will need to be rebased before
124124
/// being pushed.
125-
///
125+
///
126126
/// A maximum of 20 attempts to commit and push to the index currently
127127
/// accounts for the amount of traffic publishing crates, though this will
128128
/// eventually need to be changed past a certain point.

0 commit comments

Comments
 (0)