Skip to content

Commit

Permalink
forgotten println (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-littlefarmer authored Aug 21, 2024
1 parent ee93c51 commit f4f700e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion formatter/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ func (f *form) formatLine(line string) (string, error) {

errorEnding := reduceSpaces(strings.TrimSpace(partsLine[2]))
partsEnd := strings.Split(strings.TrimSpace(strings.Split(errorEnding, "#")[0]), " ")
fmt.Println(partsEnd)
if len(partsEnd) != 2 {
return "", fmt.Errorf("wrong format of end of an error =(%s)", errorEnding)
}
Expand Down

0 comments on commit f4f700e

Please sign in to comment.