Skip to content

Commit

Permalink
fix: add signoff
Browse files Browse the repository at this point in the history
Signed-off-by: wangxiaofei67 <wangxiaofei67@jd.com>
  • Loading branch information
wangxf1987 committed Sep 26, 2024
1 parent 97ea573 commit 340c4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/modeling/modeling.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (rs *ResourceSummary) clusterResourceNodeComparator(a, b interface{}) int {
func (rs *ResourceSummary) AddToResourceSummary(crn ClusterResourceNode) {
index := rs.getIndex(crn)
if index == -1 {
klog.Errorf("ClusterResource can not add to resource summary: index %d is invalid. the ClusterResourceNode is %v", index, crn)
klog.Errorf("ClusterResource can not add to resource summary: index %d is invalid. the ClusterResourceNode is %v.", index, crn)
return
}
modeling := &(*rs).RMs[index]
Expand Down

0 comments on commit 340c4e2

Please sign in to comment.