summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/2d_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index/2d_common.h')
-rw-r--r--src/mongo/db/index/2d_common.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mongo/db/index/2d_common.h b/src/mongo/db/index/2d_common.h
index d30b8cd07df..e3ed231f9a4 100644
--- a/src/mongo/db/index/2d_common.h
+++ b/src/mongo/db/index/2d_common.h
@@ -35,10 +35,10 @@
namespace mongo {
- struct TwoDIndexingParams {
- std::string geo;
- std::vector<std::pair<std::string, int> > other;
- std::shared_ptr<GeoHashConverter> geoHashConverter;
- };
+struct TwoDIndexingParams {
+ std::string geo;
+ std::vector<std::pair<std::string, int>> other;
+ std::shared_ptr<GeoHashConverter> geoHashConverter;
+};
} // namespace mongo