go fmt fixes

This commit is contained in:
Cameron Sparr
2015-08-04 16:09:59 -06:00
parent b4ef7bb3ed
commit 260fc43281
6 changed files with 36 additions and 37 deletions

View File

@@ -72,9 +72,9 @@ var mappings = []*mapping{
inExport: "innodb_",
},
{
onServer: "Tokudb_",
inExport: "tokudb_",
},
onServer: "Tokudb_",
inExport: "tokudb_",
},
{
onServer: "Threads_",
inExport: "threads_",