mirror of
https://github.com/MontFerret/ferret.git
synced 2025-08-13 19:52:52 +02:00
Remove var-declaration errors
This commit is contained in:
@@ -15,6 +15,7 @@ type (
|
||||
)
|
||||
|
||||
var (
|
||||
//revive:disable-next-line var-declaration
|
||||
AndType LogicalOperatorType = 0
|
||||
OrType LogicalOperatorType = 1
|
||||
NotType LogicalOperatorType = 2
|
||||
|
Reference in New Issue
Block a user