summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shuvalov <andrew.shuvalov@mongodb.com>2021-12-28 23:05:12 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-28 23:18:25 +0000
commit5849e922e2f9a1338399a47ebe4c856c5fbab8a1 (patch)
tree2f6e2bab1551e5ecbcaba7285b8fffb60d9a9919
parenta8488a269e26e6094e560b2beb991674e04de557 (diff)
downloadmongo-5849e922e2f9a1338399a47ebe4c856c5fbab8a1.tar.gz
SERVER-62284 clang format
-rw-r--r--jstests/sharding/health_monitor/non_critical_facet.js3
-rw-r--r--src/mongo/db/process_health/test_health_observer.cpp2
2 files changed, 3 insertions, 2 deletions
diff --git a/jstests/sharding/health_monitor/non_critical_facet.js b/jstests/sharding/health_monitor/non_critical_facet.js
index af84d6e297f..da69c96a9bd 100644
--- a/jstests/sharding/health_monitor/non_critical_facet.js
+++ b/jstests/sharding/health_monitor/non_critical_facet.js
@@ -44,7 +44,8 @@ assert.eq(result.state, "Ok");
// result = assert.commandWorked(st.s0.adminCommand({serverStatus: 1})).health;
// assert.eq(result.state, "TransientFault");
// assert(
-// result.faultInformation.facets.kTestObserver.description.includes("InternalError: test msg"));
+// result.faultInformation.facets.kTestObserver.description.includes("InternalError: test
+// msg"));
st.stop();
})();
diff --git a/src/mongo/db/process_health/test_health_observer.cpp b/src/mongo/db/process_health/test_health_observer.cpp
index 0c69c43d42c..901c9de2cdf 100644
--- a/src/mongo/db/process_health/test_health_observer.cpp
+++ b/src/mongo/db/process_health/test_health_observer.cpp
@@ -27,8 +27,8 @@
* it in the license file.
*/
-#include "mongo/base/init.h"
#include "mongo/db/process_health/test_health_observer.h"
+#include "mongo/base/init.h"
#include "mongo/db/commands/test_commands_enabled.h"
#include "mongo/db/process_health/health_observer_registration.h"
#include "mongo/util/fail_point.h"