summaryrefslogtreecommitdiff
path: root/src/mongo/tools/mongoebench_options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/tools/mongoebench_options.cpp')
-rw-r--r--src/mongo/tools/mongoebench_options.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/tools/mongoebench_options.cpp b/src/mongo/tools/mongoebench_options.cpp
index b4f25b89cf5..0ba4394d976 100644
--- a/src/mongo/tools/mongoebench_options.cpp
+++ b/src/mongo/tools/mongoebench_options.cpp
@@ -125,8 +125,7 @@ Status storeMongoeBenchOptions(const moe::Environment& params,
if (!parentPath.empty() && !boost::filesystem::exists(parentPath)) {
return {ErrorCodes::NonExistentPath,
str::stream() << "Directory containing output file must already exist, but "
- << parentPath.string()
- << " wasn't found"};
+ << parentPath.string() << " wasn't found"};
}
return Status::OK();