From 22720a8f8fc61e49f29bb1a03d5ae4b44e184ec6 Mon Sep 17 00:00:00 2001 From: lubeilin <1791778603@qq.com> Date: Sat, 2 Mar 2024 14:02:01 +0800 Subject: [PATCH] [mio] fmt --- vnt/src/util/counter/adder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnt/src/util/counter/adder.rs b/vnt/src/util/counter/adder.rs index 41b840f..38a1749 100644 --- a/vnt/src/util/counter/adder.rs +++ b/vnt/src/util/counter/adder.rs @@ -49,7 +49,7 @@ impl SingleU64AdderInner { unsafe { *self.ptr } } } -impl Drop for SingleU64AdderInner{ +impl Drop for SingleU64AdderInner { fn drop(&mut self) { unsafe { let _ = Box::from_raw(self.ptr);