entc/gen: remove spaces between type-packages in runtime.tmpl (#391)

This commit is contained in:
Ariel Mashraki
2020-03-17 10:44:48 +02:00
committed by GitHub
parent 81a2f60e47
commit d025785a4d
8 changed files with 9 additions and 21 deletions

View File

@@ -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"
)