diff options
Diffstat (limited to 'src/mongo/db/update_index_data.h')
-rw-r--r-- | src/mongo/db/update_index_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/update_index_data.h b/src/mongo/db/update_index_data.h index aee2c968742..9477eab10e1 100644 --- a/src/mongo/db/update_index_data.h +++ b/src/mongo/db/update_index_data.h @@ -83,4 +83,4 @@ private: bool _allPathsIndexed; }; -} +} // namespace mongo |