aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/vm/sqlvm/errors/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vm/sqlvm/errors/errors.go b/core/vm/sqlvm/errors/errors.go
index f8c23f554..886f3beb7 100644
--- a/core/vm/sqlvm/errors/errors.go
+++ b/core/vm/sqlvm/errors/errors.go
@@ -60,7 +60,7 @@ type ErrorCategory uint16
// Error category starts from 1. Zero value is invalid.
const (
- ErrorCategorNil ErrorCategory = iota
+ ErrorCategoryNil ErrorCategory = iota
ErrorCategoryGrammar
ErrorCategorySemantic
ErrorCategoryRuntime