mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
entc/gen: remove spaces between type-packages in runtime.tmpl (#391)
This commit is contained in:
@@ -7,10 +7,8 @@
|
||||
package ent
|
||||
|
||||
import (
|
||||
"github.com/facebookincubator/ent/examples/start/ent/schema"
|
||||
|
||||
"github.com/facebookincubator/ent/examples/start/ent/group"
|
||||
|
||||
"github.com/facebookincubator/ent/examples/start/ent/schema"
|
||||
"github.com/facebookincubator/ent/examples/start/ent/user"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user