xinyiZzz commented on a change in pull request #8605:
URL: https://github.com/apache/incubator-doris/pull/8605#discussion_r832934163
##########
File path: be/src/runtime/thread_mem_tracker_mgr.h
##########
@@ -80,7 +72,7 @@ class ThreadMemTrackerMgr {
}
void clear_untracked_mems() {
- for(auto untracked_mem : _untracked_mems) {
+ for (auto untracked_mem : _untracked_mems) {
Review comment:
fix
--
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]