diff --git a/eth/EthStubServer.cpp b/eth/EthStubServer.cpp index 546a4ce02..2153cce06 100644 --- a/eth/EthStubServer.cpp +++ b/eth/EthStubServer.cpp @@ -38,7 +38,7 @@ Json::Value EthStubServer::procedures() { Json::Value ret; - for(auto proc : this->GetProtocolHanlder()->GetProcedures()) + for (auto proc: this->GetProtocolHanlder()->GetProcedures()) { Json::Value proc_j;