Skip to content

Commit

Permalink
Adjusted from minor warning from one of the go linters
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Feb 5, 2023
1 parent 3824841 commit f1f5d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func realMain() int {
// read line from stdin using newline as separator
line := scanner.Text()

//append the line to a slice
// append the line to a slice
lines = append(lines, line)
}
ignoreLines = strings.Join(lines, "\n")
Expand Down

0 comments on commit f1f5d14

Please sign in to comment.