go fmt
This commit is contained in:
parent
41c1c27b1f
commit
2cd84df2ba
5 changed files with 36 additions and 36 deletions
|
|
@ -11,7 +11,7 @@ func checkErr(err error) {
|
|||
}
|
||||
}
|
||||
|
||||
func in (a byte, arr []byte) bool {
|
||||
func in(a byte, arr []byte) bool {
|
||||
for _, x := range arr {
|
||||
if x == a {
|
||||
return true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue