SYaoJun opened a new issue, #899: URL: https://github.com/apache/incubator-graphar/issues/899
### Describe the enhancement requested ## Background A large number of single-line if conditions omit curly braces — this is an error-prone coding style. To avoid setting a poor example and eliminate potential bugs, we should correct these instances proactively. ## Methods Enabling the `readability-braces-around-statements` check in .clang-tidy, then run clang-tidy will highlight all relevant warnings. We can then address these issues one by one. ### Component(s) C++, Format -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
