Skip to content

Commit

Permalink
Merge pull request #373 from atc0005/fix-doc-comments
Browse files Browse the repository at this point in the history
Fix doc comments for dupesets.ParseInputRow
  • Loading branch information
atc0005 authored Nov 16, 2023
2 parents 18f92b1 + e4677d9 commit 923025d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/dupesets/dupesets.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ func ValidateInputRow(dfsEntry DuplicateFileSetEntry, rowNum int) error {
}

// ParseInputRow evaluates each row returned from the CSV Reader returning a
// DuplicateFileSetEntry object if parsing succeeds, otherwise returning nil.
// DuplicateFileSetEntry object if parsing succeeds, otherwise returning an
// error.
func ParseInputRow(row []string, fieldCount int, rowNum int) (DuplicateFileSetEntry, error) {

// TODO: Use error wrapping extensively in this function
Expand Down

0 comments on commit 923025d

Please sign in to comment.