Skip to content

Commit

Permalink
Remove extra assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
belak committed Dec 28, 2016
1 parent e33b8f6 commit f5af7e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ func MaskToRegex(rawMask string) (*regexp.Regexp, error) {
}

buf.WriteString(regexp.QuoteMeta(unprocessed))
unprocessed = ""
break
}

Expand Down

0 comments on commit f5af7e3

Please sign in to comment.