mirror of
https://github.com/MontFerret/ferret.git
synced 2025-08-15 20:02:56 +02:00
Swap var -> const
This commit is contained in:
@@ -14,8 +14,7 @@ type (
|
||||
}
|
||||
)
|
||||
|
||||
var (
|
||||
//revive:disable-next-line var-declaration
|
||||
const (
|
||||
AndType LogicalOperatorType = 0
|
||||
OrType LogicalOperatorType = 1
|
||||
NotType LogicalOperatorType = 2
|
||||
|
Reference in New Issue
Block a user