Skip to content

Commit e075938

Browse files
mtjhrcslp
authored andcommitted
tests: Fix formatting (cargo fmt)
Signed-off-by: Matej Hrica <[email protected]>
1 parent ba60662 commit e075938

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_cases/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ pub fn test_cases() -> Vec<TestCase> {
2828
}),
2929
),
3030
TestCase::new("vsock-guest-connect", Box::new(TestVsockGuestConnect)),
31-
TestCase::new("tsi-tcp-guest-connect", Box::new(TestTsiTcpGuestConnect::new())),
31+
TestCase::new(
32+
"tsi-tcp-guest-connect",
33+
Box::new(TestTsiTcpGuestConnect::new()),
34+
),
3235
TestCase::new(
3336
"tsi-tcp-guest-listen",
3437
Box::new(TestTsiTcpGuestListen::new()),

0 commit comments

Comments
 (0)