From 22442dc2e9851b080ccc86f7c8f1b6a35d05a0cc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 17 Mar 2021 02:57:22 +0000 Subject: [PATCH] clock: Reformat a tiny bit Signed-off-by: Ian Jackson --- src/clock.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/clock.rs b/src/clock.rs index eb0d2640..15ceb6d5 100644 --- a/src/clock.rs +++ b/src/clock.rs @@ -164,9 +164,9 @@ impl Clock { URS::Reset } else { URS::Stopped - }, - ustate.remaining, - nick + } + + , ustate.remaining, nick ) } else { (URS::PMissing, ustate.remaining, "") -- 2.30.2