From 8787d0a501a8fd66c9c194c4b09bbda3686353d2 Mon Sep 17 00:00:00 2001 From: Chuyue Sun Date: Thu, 18 Jul 2024 08:57:11 +0000 Subject: [PATCH] format --- src/util/dlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/dlist.h b/src/util/dlist.h index c7b2139a4..0a5a38b45 100644 --- a/src/util/dlist.h +++ b/src/util/dlist.h @@ -255,4 +255,4 @@ template < typename T dll_iterator end(T const& list) { return dll_iterator::mk_end(&list); -} +}