From cf28e7f0c4152c81640336540957ca618773f4ea Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 14 Mar 2021 17:03:23 +0000 Subject: [PATCH] at: Tiny style change Signed-off-by: Ian Jackson --- apitest/at-otter.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apitest/at-otter.rs b/apitest/at-otter.rs index 4fd4866a..91e9306c 100644 --- a/apitest/at-otter.rs +++ b/apitest/at-otter.rs @@ -331,8 +331,8 @@ impl Session { mut pieces: Option<&mut Pieces>, ef: Option<&mut dyn FnMut(&mut Session, Generation, &JsV) -> Result<(), AE>>, - mut f: F) - { + mut f: F + ) { let exp = { let mut su = self.su_rc.borrow_mut(); su.mgmt_conn.game_synch(TABLE.parse().unwrap())? -- 2.30.2