提交 33825e4d 编写于 作者: E Evgeniy Gatov

Merge

...@@ -35,7 +35,7 @@ public: ...@@ -35,7 +35,7 @@ public:
success = zk->tryCreate(path, std::to_string(result), zkutil::CreateMode::Persistent) == ZOK; success = zk->tryCreate(path, std::to_string(result), zkutil::CreateMode::Persistent) == ZOK;
} }
} }
while(!success); while (!success);
return result; return result;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册