From 16507c3302535208f6492e846b30af43fa2ba884 Mon Sep 17 00:00:00 2001
From: Lei Cao <jslhcl@gmail.com>
Date: Wed, 21 Feb 2024 17:38:15 -0800
Subject: [PATCH] reset lint

---
 onnxruntime/core/framework/allocation_planner.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/onnxruntime/core/framework/allocation_planner.cc b/onnxruntime/core/framework/allocation_planner.cc
index 3bd965e66db8d..158ab8ed610f4 100644
--- a/onnxruntime/core/framework/allocation_planner.cc
+++ b/onnxruntime/core/framework/allocation_planner.cc
@@ -1343,7 +1343,7 @@ class PlannerImpl {
     ort_value_usecount.reserve(ort_value_info_.size());
 #endif
     for (size_t i = 0; i < stream_nodes_.size(); ++i) {
-      // compute use count first. TODO(leca): call ComputeReuseCount() only once is enough
+      // compute use count first. TODO(leca): call ComputeReuseCount() only once is enough!
       ORT_RETURN_IF_ERROR(ComputeReuseCount());
       for (int j = 0; static_cast<size_t>(j) < ort_value_info_.size(); j++) Buffer(j) = j;
 #if !defined(ORT_MINIMAL_BUILD) && defined(ORT_MEMORY_PROFILE)