Skip to content

Commit

Permalink
chore: remove repetitive words (#449)
Browse files Browse the repository at this point in the history
Signed-off-by: goodactive <goodactive@qq.com>
  • Loading branch information
goodactive committed Apr 20, 2024
1 parent 68c29f8 commit c4900ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions processor/workers.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
// SheBang is a global constant for indicating a shebang file header
const SheBang string = "#!"

// LineType what type of line are are processing
// LineType what type of line are processing
type LineType int32

// These are not meant to be CAMEL_CASE but as it us used by an external project we cannot change it
Expand Down Expand Up @@ -411,7 +411,7 @@ func CountStats(fileJob *FileJob) {
fileJob.Hash = blake2b.New256()
}

// If the file has a length of 0 it is is empty then we say it has no lines
// If the file has a length of 0 it is empty then we say it has no lines
if fileJob.Bytes == 0 {
fileJob.Lines = 0
return
Expand Down

0 comments on commit c4900ef

Please sign in to comment.