Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ceab9a

Browse files
committed
run cargo fmt to fix formatting
1 parent 7968633 commit 3ceab9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/results/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ mod tests {
334334
#[test]
335335
fn test_test_result_parsing() {
336336
use super::{
337-
FailureReason::{self, *},
338337
BrokenReason::{self, *},
338+
FailureReason::{self, *},
339339
TestResult::{self, *},
340340
};
341341

0 commit comments

Comments
 (0)