diff options
Diffstat (limited to 'src/mongo/db/index_builder.h')
-rw-r--r-- | src/mongo/db/index_builder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index_builder.h b/src/mongo/db/index_builder.h index ba2fc769a25..11eeeea971c 100644 --- a/src/mongo/db/index_builder.h +++ b/src/mongo/db/index_builder.h @@ -114,4 +114,4 @@ private: std::string _name; // name of this builder, not related to the index static AtomicWord<unsigned> _indexBuildCount; }; -} +} // namespace mongo |