summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/lite_parsed_pipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/lite_parsed_pipeline.h')
-rw-r--r--src/mongo/db/pipeline/lite_parsed_pipeline.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mongo/db/pipeline/lite_parsed_pipeline.h b/src/mongo/db/pipeline/lite_parsed_pipeline.h
index 51303f3aa04..47f164f4e06 100644
--- a/src/mongo/db/pipeline/lite_parsed_pipeline.h
+++ b/src/mongo/db/pipeline/lite_parsed_pipeline.h
@@ -145,11 +145,10 @@ public:
* before forwarding an aggregation command on an unsharded collection, in order to verify that
* the involved namespaces are allowed to be sharded.
*/
- void verifyIsSupported(
- OperationContext* opCtx,
- const std::function<bool(OperationContext*, const NamespaceString&)> isSharded,
- const boost::optional<ExplainOptions::Verbosity> explain,
- bool enableMajorityReadConcern) const;
+ void verifyIsSupported(OperationContext* opCtx,
+ std::function<bool(OperationContext*, const NamespaceString&)> isSharded,
+ boost::optional<ExplainOptions::Verbosity> explain,
+ bool enableMajorityReadConcern) const;
/**
* Returns true if the first stage in the pipeline does not require an input source.