summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/cloner.h')
-rw-r--r--src/mongo/db/cloner.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mongo/db/cloner.h b/src/mongo/db/cloner.h
index f58dca0b976..b674017cb82 100644
--- a/src/mongo/db/cloner.h
+++ b/src/mongo/db/cloner.h
@@ -1,6 +1,3 @@
-// cloner.h - copy a database (export/import basically)
-
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
@@ -32,6 +29,10 @@
#pragma once
+/**
+ * copy a database (export/import basically)
+ */
+
#include <string>
#include <vector>