Skip to content

Commit

Permalink
Remove useless assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah-Kolide committed Jul 31, 2024
1 parent 6ddfff6 commit ad012a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tables/execparsers/socketfilterfw/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func socketfilterfwParse(reader io.Reader) (any, error) {
continue
}

matches := make([]string, 0)
var matches []string
if parse_app_data {
matches = appRegex.FindStringSubmatch(line)
} else {
Expand Down

0 comments on commit ad012a1

Please sign in to comment.