mirror of
https://github.com/ent/ent.git
synced 2026-05-05 00:50:54 +03:00
all: gofmt -w -r 'interface{} -> any' (#2874)
This commit is contained in:
@@ -44,10 +44,10 @@ type nopDriver struct {
|
||||
dialect.Driver
|
||||
}
|
||||
|
||||
func (nopDriver) Exec(context.Context, string, interface{}, interface{}) error {
|
||||
func (nopDriver) Exec(context.Context, string, any, any) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (nopDriver) Query(context.Context, string, interface{}, interface{}) error {
|
||||
func (nopDriver) Query(context.Context, string, any, any) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user