diff options
Diffstat (limited to 'src/mongo/bson/bsonmisc.h')
-rw-r--r-- | src/mongo/bson/bsonmisc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/bson/bsonmisc.h b/src/mongo/bson/bsonmisc.h index cfc56a63ef2..f2bf2467292 100644 --- a/src/mongo/bson/bsonmisc.h +++ b/src/mongo/bson/bsonmisc.h @@ -281,4 +281,4 @@ private: // considers order bool fieldsMatch(const BSONObj& lhs, const BSONObj& rhs); -} +} // namespace mongo |