aboutsummaryrefslogtreecommitdiffstats
path: root/models/db/error.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/db/error.go')
-rw-r--r--models/db/error.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/models/db/error.go b/models/db/error.go
index 675247ed87..adaeedcc09 100644
--- a/models/db/error.go
+++ b/models/db/error.go
@@ -4,7 +4,9 @@
package db
-import "fmt"
+import (
+ "fmt"
+)
// ErrCancelled represents an error due to context cancellation
type ErrCancelled struct {