diff --git a/fdbserver/TransactionTagCounter.cpp b/fdbserver/TransactionTagCounter.cpp index 8364ec8b08..29134b87f8 100644 --- a/fdbserver/TransactionTagCounter.cpp +++ b/fdbserver/TransactionTagCounter.cpp @@ -78,7 +78,7 @@ public: void clear() { topTags.clear(); } }; -} // namespace +} // namespace class TransactionTagCounterImpl { UID thisServerID;