From d875add9c722fa40ed5cd0e476b9d922164a6db8 Mon Sep 17 00:00:00 2001 From: georgehao Date: Tue, 4 Feb 2025 17:45:42 +0800 Subject: [PATCH] format --- internal/syncx/mutex.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/syncx/mutex.go b/internal/syncx/mutex.go index 7fca61c315..0fc100895f 100644 --- a/internal/syncx/mutex.go +++ b/internal/syncx/mutex.go @@ -15,6 +15,7 @@ // along with the go-ethereum library. If not, see . // Package syncx contains exotic synchronization primitives. + package syncx // ClosableMutex is a mutex that can also be closed.