mirror of https://github.com/tidwall/tile38.git
ineffassign97
This commit is contained in:
parent
00ae41f0d4
commit
5dd69b64b3
|
@ -67,7 +67,7 @@ func FenceMatch(hookName string, sw *scanWriter, fence *liveFenceSwitches, detai
|
||||||
temp = true
|
temp = true
|
||||||
}
|
}
|
||||||
if fenceMatchObject(fence, ls) {
|
if fenceMatchObject(fence, ls) {
|
||||||
match = true
|
//match = true
|
||||||
detect = "cross"
|
detect = "cross"
|
||||||
}
|
}
|
||||||
if temp {
|
if temp {
|
||||||
|
|
Loading…
Reference in New Issue