mirror of https://github.com/facebook/rocksdb.git
Remove extra semi colon from icsp/lib/logging/IcspLogRpcMessage.cpp
Summary: `-Wextra-semi` or `-Wextra-semi-stmt` If the code compiles, this is safe to land. Reviewed By: palmje Differential Revision: D55534619 fbshipit-source-id: 26f3c35a51b38a3cbfa12a6f76a2bb783a7b4d8e
This commit is contained in:
parent
7e8003296a
commit
ee3159e7dd
|
@ -129,7 +129,6 @@ TEST_F(CacheReservationManagerTest,
|
|||
|
||||
TEST(CacheReservationManagerIncreaseReservcationOnFullCacheTest,
|
||||
IncreaseCacheReservationOnFullCache) {
|
||||
;
|
||||
constexpr std::size_t kSizeDummyEntry =
|
||||
CacheReservationManagerImpl<CacheEntryRole::kMisc>::GetDummyEntrySize();
|
||||
constexpr std::size_t kSmallCacheCapacity = 4 * kSizeDummyEntry;
|
||||
|
|
Loading…
Reference in New Issue