From 7934cd607cb0d6dbdf72b00c86f4ed3461a78415 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 21 May 2021 19:34:31 +0100 Subject: [PATCH] apitest: Adjust table width Signed-off-by: Ian Jackson --- apitest/at-bundles.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apitest/at-bundles.rs b/apitest/at-bundles.rs index 650f07ec..e913e031 100644 --- a/apitest/at-bundles.rs +++ b/apitest/at-bundles.rs @@ -49,9 +49,9 @@ impl Ctx { #[throws(Explode)] fn tests(mut c: Ctx) { - test!(c, "bundles", c.bundles() ?); - test!(c, "big", c.big() ?); - test!(c, "builtin-spec", c.builtin_spec() ?); + test!(c, "bundles", c.bundles() ?); + test!(c, "big", c.big() ?); + test!(c, "builtin-spec", c.builtin_spec() ?); } #[throws(Explode)] -- 2.30.2