mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 02:47:56 +08:00
format c++ code
This commit is contained in:
parent
c38bd371e3
commit
8d8e5574ac
@ -222,7 +222,7 @@ void redis_stream::build(const std::map<string, string>& streams, size_t i,
|
||||
argv_lens_[i] = sizeof("STREAMS") - 1;
|
||||
i++;
|
||||
|
||||
size_t streams_n = streams.size();
|
||||
size_t streams_n = streams.size();
|
||||
for (std::map<string, string>::const_iterator cit = streams.begin();
|
||||
cit != streams.end(); ++cit) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user