Skip to content

Commit 79620a4

Browse files
author
jdv
committed
back to using maxlinelength bis
1 parent 92a6348 commit 79620a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/display/display.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ func displayReport(report *models.Report, stats *models.ReportStats, withIPs boo
502502
}
503503
behaviors := ""
504504
for i, behavior := range item.Behaviors {
505-
if len(behaviors)+len(behavior.Label) > maxKeyLength {
505+
if len(behaviors)+len(behavior.Label) > maxLineLength {
506506
behaviors += "..."
507507
break
508508
}

0 commit comments

Comments
 (0)