mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-09 14:46:26 +00:00
bulk code format fix (#8707)
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
namespace flatbuffers {
|
||||
namespace tests {
|
||||
|
||||
void EvolutionTest(const std::string &tests_data_path);
|
||||
void EvolutionTest(const std::string& tests_data_path);
|
||||
void ConformTest();
|
||||
void UnionDeprecationTest(const std::string &tests_data_path);
|
||||
void UnionDeprecationTest(const std::string& tests_data_path);
|
||||
|
||||
} // namespace tests
|
||||
} // namespace flatbuffers
|
||||
|
||||
Reference in New Issue
Block a user