Skip to content

Commit daf3da3

Browse files
committed
rustfmt
1 parent dbbcb0f commit daf3da3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/actions.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ impl<'a> Action for Step<'a> {
5757
let mut context = Context::new();
5858
let mut results = HashMap::new();
5959

60-
for Query { repos, queries} in &self.actions {
61-
60+
for Query { repos, queries } in &self.actions {
6261
for repo in repos {
6362
let repository = Repository {
6463
full_name: repo.to_string(),
@@ -118,7 +117,6 @@ impl<'a> Action for Step<'a> {
118117

119118
match count {
120119
Ok(count) => {
121-
122120
let result = if let Some(value) = context.get(*name) {
123121
value.as_u64().unwrap() + count as u64
124122
} else {

0 commit comments

Comments
 (0)