From 5d862e1cab8d5cbccc7918c12452b5bb9ef09a0e Mon Sep 17 00:00:00 2001 From: groot Date: Mon, 17 Jun 2019 10:01:20 +0800 Subject: [PATCH] typo Former-commit-id: 5fa60becb4318178f9236ce3a6e08c0c4b9b5a55 --- cpp/src/db/DBImpl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cpp/src/db/DBImpl.h b/cpp/src/db/DBImpl.h index 5c154331ab..eb68db6225 100644 --- a/cpp/src/db/DBImpl.h +++ b/cpp/src/db/DBImpl.h @@ -95,9 +95,7 @@ private: MetaPtr pMeta_; MemManagerPtr pMemMgr_; - - - + }; // DBImpl