Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: cfzjywxk <[email protected]>
  • Loading branch information
cfzjywxk committed Mar 26, 2024
1 parent 6288395 commit 4d505b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/execdetails.go
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ func (td *TimeDetail) String() string {
return buf.String()
}

// Merge merges the time detail into itself.
func (td *TimeDetail) Merge(detail *TimeDetail) {
if detail != nil {
td.ProcessTime += detail.ProcessTime
Expand Down

0 comments on commit 4d505b1

Please sign in to comment.