mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fix bad whitespace
This commit is contained in:
parent
7e1813825b
commit
b99dd3661c
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user