mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
entc/gen: fix inconsistent goimports formatting (#3344)
This commit is contained in:
@@ -13,13 +13,12 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent"
|
||||
"entgo.io/ent/dialect/sql"
|
||||
"entgo.io/ent/examples/start/ent/car"
|
||||
"entgo.io/ent/examples/start/ent/group"
|
||||
"entgo.io/ent/examples/start/ent/predicate"
|
||||
"entgo.io/ent/examples/start/ent/user"
|
||||
|
||||
"entgo.io/ent"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user