trigger CI

This commit is contained in:
tavplubix 2020-05-13 16:45:39 +03:00 committed by GitHub
parent cd8659a6d4
commit 39518fe725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -676,7 +676,6 @@ bool ZooKeeper::waitForDisappear(const std::string & path, const WaitCondition &
if (state->event_type == Coordination::DELETED)
return true;
}
return false;
}