Skip to content

Commit

Permalink
Remove extra semi colon from icsp/lib/logging/IcspLogRpcMessage.cpp
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-barnes authored and facebook-github-bot committed Mar 31, 2024
1 parent 7e80032 commit ee3159e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cache/cache_reservation_manager_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ee3159e

Please sign in to comment.