1
0
Fork 0
forked from External/ergo

have travis enforce gofmt, #253

This commit is contained in:
Shivaram Lingamneni 2018-04-22 20:36:50 -04:00
parent 8f22d5ffd8
commit 43b90f2a85
3 changed files with 13 additions and 2 deletions

View file

@ -282,12 +282,12 @@ func schemaChangeV2ToV3(config *Config, tx *buntdb.Tx) error {
func init() {
allChanges := []SchemaChange{
SchemaChange{
{
InitialVersion: "1",
TargetVersion: "2",
Changer: schemaChangeV1toV2,
},
SchemaChange{
{
InitialVersion: "2",
TargetVersion: "3",
Changer: schemaChangeV2ToV3,