Skip to content

Commit ca57e00

Browse files
committed
Resolve fmt errors
1 parent 85e802f commit ca57e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bors/event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub enum BorsRepositoryEvent {
1515
PullRequestOpened(PullRequestOpened),
1616
/// When a pull request is reopened.
1717
PullRequestReopened(PullRequestReopened),
18-
/// When a new commit is pushed to the branch. This includes when a commit is pushed, when a commit tag is pushed,
18+
/// When a new commit is pushed to the branch. This includes when a commit is pushed, when a commit tag is pushed,
1919
/// when a branch is deleted or when a tag is deleted.
2020
PushToBranch(PushToBranch),
2121
/// A workflow run on Github Actions or a check run from external CI system has been started.

0 commit comments

Comments
 (0)