From c71c5f1a552409d6328fb0c8e56a995b1188fe3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E5=AE=81=E6=B7=B1?= Date: Mon, 21 Oct 2024 16:21:46 +0800 Subject: [PATCH] format code --- src/replica/replica.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/replica/replica.h b/src/replica/replica.h index 6340cb9073..4cd725bccb 100644 --- a/src/replica/replica.h +++ b/src/replica/replica.h @@ -108,7 +108,6 @@ class replication_app_base; class replication_options; struct dir_node; - namespace test { class test_checker; }