mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
go fmt
This commit is contained in:
@ -791,4 +791,4 @@ func (c *Core) HasTable(name string) (bool, error) {
|
||||
}
|
||||
}
|
||||
return false, nil
|
||||
}
|
||||
}
|
||||
|
||||
@ -147,4 +147,4 @@ func (m *Model) HasField(field string) (bool, error) {
|
||||
}
|
||||
}
|
||||
return false, nil
|
||||
}
|
||||
}
|
||||
|
||||
@ -2470,4 +2470,4 @@ func Test_Model_HasField(t *testing.T) {
|
||||
t.Assert(result, false)
|
||||
t.Assert(err, nil)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user