diff options
| author | clang-format 12.0.1 <> | 2023-02-10 04:44:29 -0800 |
|---|---|---|
| committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-02-11 08:00:01 +0000 |
| commit | f63255ee677ecae5896d6f35dd712ed60ae8c39a (patch) | |
| tree | 97ffffa8d6f9e1a131aeb1ccc1d42f133f8407fd /src/mongo/executor/split_timer_test.cpp | |
| parent | 375366e3f317d18717df24f861b09c4d2f8fb27f (diff) | |
| download | mongo-f63255ee677ecae5896d6f35dd712ed60ae8c39a.tar.gz | |
SERVER-72197 Run clang-format 12.0.1 on the codebase
Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
Diffstat (limited to 'src/mongo/executor/split_timer_test.cpp')
| -rw-r--r-- | src/mongo/executor/split_timer_test.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mongo/executor/split_timer_test.cpp b/src/mongo/executor/split_timer_test.cpp index 4f5b3695b1f..b0146911d15 100644 --- a/src/mongo/executor/split_timer_test.cpp +++ b/src/mongo/executor/split_timer_test.cpp @@ -156,8 +156,12 @@ struct SomePolicy { class SplitTimerTest : public unittest::Test { public: SplitTimerTest() { - policy.mockOnStart = [&](auto&&...) { ++starts; }; - policy.mockOnFinish = [&](auto&&...) { ++finishes; }; + policy.mockOnStart = [&](auto&&...) { + ++starts; + }; + policy.mockOnFinish = [&](auto&&...) { + ++finishes; + }; policy.clock = &clock; } |
