diff options
Diffstat (limited to 'src/mongo/bson/timestamp.cpp')
-rw-r--r-- | src/mongo/bson/timestamp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/bson/timestamp.cpp b/src/mongo/bson/timestamp.cpp index 3f967766206..14cc982ff49 100644 --- a/src/mongo/bson/timestamp.cpp +++ b/src/mongo/bson/timestamp.cpp @@ -74,4 +74,4 @@ BSONObj Timestamp::toBSON() const { bldr.append("", *this); return bldr.obj(); } -} +} // namespace mongo |