forked from BigfootDev/flatbuffers
bulk code format fix (#8707)
This commit is contained in:
@@ -27,11 +27,11 @@
|
||||
namespace flatbuffers {
|
||||
namespace python {
|
||||
namespace grpc {
|
||||
bool Generate(const Parser &parser, const std::string &path,
|
||||
const Version &version);
|
||||
bool Generate(const Parser& parser, const std::string& path,
|
||||
const Version& version);
|
||||
|
||||
bool GenerateStub(const Parser &parser, const std::string &path,
|
||||
const Version &version);
|
||||
bool GenerateStub(const Parser& parser, const std::string& path,
|
||||
const Version& version);
|
||||
} // namespace grpc
|
||||
} // namespace python
|
||||
} // namespace flatbuffers
|
||||
|
||||
Reference in New Issue
Block a user