summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/jsontests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/jsontests.cpp')
-rw-r--r--src/mongo/dbtests/jsontests.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/dbtests/jsontests.cpp b/src/mongo/dbtests/jsontests.cpp
index 62c61c77bc5..69953b19469 100644
--- a/src/mongo/dbtests/jsontests.cpp
+++ b/src/mongo/dbtests/jsontests.cpp
@@ -1,7 +1,3 @@
-// jsontests.cpp - Tests for json.{h,cpp} code and BSONObj::jsonString()
-//
-
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
@@ -31,6 +27,10 @@
* it in the license file.
*/
+/**
+ * Tests for json.{h,cpp} code and BSONObj::jsonString()
+ */
+
#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kDefault
#include "mongo/platform/basic.h"