summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBlake Oler <blake.oler@mongodb.com>2019-06-18 10:31:20 -0400
committerXin Hao Zhang <xinhao.zhang@mongodb.com>2019-07-03 10:45:34 -0400
commit3da9c08ac98e5a3761c68210ffb4416062cd1ec5 (patch)
tree42e42ce6f9989e9519abcaeed470c670b05ad224 /src
parent0984d2f5318d54cb6b7691dee1a54fcd953c7357 (diff)
downloadmongo-3da9c08ac98e5a3761c68210ffb4416062cd1ec5.tar.gz
SERVER-1599 Fix lint
(cherry picked from commit cc59938cb51628b33403b19afd4cf9ba70c25921)
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/query/hint_parser.cpp2
-rw-r--r--src/mongo/db/query/hint_parser_test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/query/hint_parser.cpp b/src/mongo/db/query/hint_parser.cpp
index cdb321940bb..1ecd3c5ee26 100644
--- a/src/mongo/db/query/hint_parser.cpp
+++ b/src/mongo/db/query/hint_parser.cpp
@@ -50,4 +50,4 @@ void serializeHintToBSON(const BSONObj& hint, StringData fieldName, BSONObjBuild
builder->append(fieldName, hint);
}
-} // namespace mongo \ No newline at end of file
+} // namespace mongo
diff --git a/src/mongo/db/query/hint_parser_test.cpp b/src/mongo/db/query/hint_parser_test.cpp
index 03b49102007..af4d11d1691 100644
--- a/src/mongo/db/query/hint_parser_test.cpp
+++ b/src/mongo/db/query/hint_parser_test.cpp
@@ -73,4 +73,4 @@ TEST(CommandParsers, ShouldNotSerializeEmptyHint) {
}
} // namespace
-} // namespace mongo \ No newline at end of file
+} // namespace mongo