Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
buixor committed Mar 13, 2024
1 parent bc2bade commit d094c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/appsec/query_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func unescape(input string) string {
res.WriteByte(ci)
continue
}
res.WriteByte(byte(hi<<4 | lo))
res.WriteByte(hi<<4 | lo)
i += 2
continue
}
Expand Down

0 comments on commit d094c83

Please sign in to comment.