diff options
Diffstat (limited to 'src/mongo/db/curop_failpoint_helpers.cpp')
-rw-r--r-- | src/mongo/db/curop_failpoint_helpers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/curop_failpoint_helpers.cpp b/src/mongo/db/curop_failpoint_helpers.cpp index b5f9b9e9a36..6afbfb05be5 100644 --- a/src/mongo/db/curop_failpoint_helpers.cpp +++ b/src/mongo/db/curop_failpoint_helpers.cpp @@ -85,4 +85,4 @@ void CurOpFailpointHelpers::waitWhileFailPointEnabled(FailPoint* failPoint, updateCurOpMsg(opCtx, origCurOpMsg); } } -} +} // namespace mongo |