Skip to content

Commit

Permalink
Remove empty if
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Nov 1, 2023
1 parent 7ca45b5 commit 783c7c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nextest-runner/src/reporter/structured/libtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ impl<'cfg> LibtestReporter<'cfg> {
}

Check warning on line 381 in nextest-runner/src/reporter/structured/libtest.rs

View check run for this annotation

Codecov / codecov/patch

nextest-runner/src/reporter/structured/libtest.rs#L375-L381

Added lines #L375 - L381 were not covered by tests
}

if self.emit_nextest_obj {}

*running == 0

Check warning on line 384 in nextest-runner/src/reporter/structured/libtest.rs

View check run for this annotation

Codecov / codecov/patch

nextest-runner/src/reporter/structured/libtest.rs#L384

Added line #L384 was not covered by tests
}
TestEventKind::TestSkipped { reason, .. } => {
Expand Down

0 comments on commit 783c7c1

Please sign in to comment.