diff options
author | Dianna Hohensee <dianna.hohensee@10gen.com> | 2017-03-30 18:24:17 -0400 |
---|---|---|
committer | Dianna Hohensee <dianna.hohensee@10gen.com> | 2017-03-30 18:26:02 -0400 |
commit | 44a255411673084a9ec10ce34a9535b828943d90 (patch) | |
tree | 5f20dc8c61f1c0212728c9b5459a2759e13e3421 /src | |
parent | e77e2d54ab07f5d08580ea66e733b49372cf00e2 (diff) | |
download | mongo-44a255411673084a9ec10ce34a9535b828943d90.tar.gz |
SERVER-28352 fix lint
Diffstat (limited to 'src')
-rw-r--r-- | src/mongo/db/logical_clock_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/logical_clock_test.cpp b/src/mongo/db/logical_clock_test.cpp index f1b75133760..e5b429b776a 100644 --- a/src/mongo/db/logical_clock_test.cpp +++ b/src/mongo/db/logical_clock_test.cpp @@ -54,7 +54,7 @@ protected: _timeProofService = pTps.get(); _clock = stdx::make_unique<LogicalClock>(_serviceContext.get(), std::move(pTps)); _serviceContext->setFastClockSource( - stdx::make_unique<SharedClockSourceAdapter>(_mockClockSource)); + stdx::make_unique<SharedClockSourceAdapter>(_mockClockSource)); } void tearDown() { |