From 8ae2fb024e6defd99a4e23ac1af7471c7a51a7b9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 25 Mar 2021 20:34:02 +0000 Subject: [PATCH] apitest: Tidy v slightly Signed-off-by: Ian Jackson --- apitest/at-otter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apitest/at-otter.rs b/apitest/at-otter.rs index b677c3e5..c8aea3a2 100644 --- a/apitest/at-otter.rs +++ b/apitest/at-otter.rs @@ -650,7 +650,7 @@ impl Ctx { #[throws(AE)] fn tests(mut c: Ctx) { test!(c, "library-load", c.library_load()?); - test!(c, "hidden-hand", c.hidden_hand()?); + test!(c, "hidden-hand", c.hidden_hand()?); } #[throws(AE)] -- 2.30.2