Fix bad whitespace

This commit is contained in:
Alexey Milovidov 2020-05-24 01:25:25 +03:00
parent 7e1813825b
commit b99dd3661c

View File

@ -187,7 +187,7 @@ public:
stale->store(true);
break;
case Coordination::CHANGED:
LOG_DEBUG(logger, "CleanStateClock change: CHANGED, at{}", rsp.path);
LOG_DEBUG(logger, "CleanStateClock change: CHANGED, at {}", rsp.path);
stale->store(true);
}
}