diff options
Diffstat (limited to 'src/mongo/db/matcher/match_details.h')
-rw-r--r-- | src/mongo/db/matcher/match_details.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/matcher/match_details.h b/src/mongo/db/matcher/match_details.h index 9b364b34130..aadb5552b9f 100644 --- a/src/mongo/db/matcher/match_details.h +++ b/src/mongo/db/matcher/match_details.h @@ -77,4 +77,4 @@ private: bool _elemMatchKeyRequested; std::unique_ptr<std::string> _elemMatchKey; }; -} +} // namespace mongo |