Skip to content

Commit

Permalink
Fix processed bytes in wide table
Browse files Browse the repository at this point in the history
  • Loading branch information
fschaefer committed Nov 2, 2021
1 parent 892a7c9 commit 5022dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions processor/formatters.go
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ func fileSummarizeLong(input chan *FileJob) string {
sumComment += res.Comment
sumBlank += res.Blank
sumComplexity += res.Complexity
sumBytes += res.Bytes

var weightedComplexity float64
if res.Code != 0 {
Expand Down

0 comments on commit 5022dab

Please sign in to comment.