From: Ian Jackson Date: Fri, 21 May 2021 18:34:31 +0000 (+0100) Subject: apitest: Adjust table width X-Git-Tag: otter-0.6.0~100 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7934cd607cb0d6dbdf72b00c86f4ed3461a78415;p=otter.git apitest: Adjust table width Signed-off-by: Ian Jackson --- 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)]