lint: update .clant-format and run
Change-Id: If9cfc42ca96517a4df2c59c130c2e22a2a443467
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/fail-monitor/monitor.cpp b/fail-monitor/monitor.cpp
index 2c4beb7..2c3b31d 100644
--- a/fail-monitor/monitor.cpp
+++ b/fail-monitor/monitor.cpp
@@ -93,8 +93,8 @@
void Monitor::runTargetAction()
{
// Start or stop the target unit
- const auto* methodCall =
- (action == Action::start) ? startMethod : stopMethod;
+ const auto* methodCall = (action == Action::start) ? startMethod
+ : stopMethod;
log<level::INFO>("The source unit is in failed state, "
"running target action",