chore: fix format

This commit is contained in:
Johnny
2025-06-09 23:12:23 +08:00
parent d413729038
commit 32dd3daa08
-2
View File
@@ -22,8 +22,6 @@ import (
//go:embed migration
var migrationFS embed.FS
const (
// MigrateFileNameSplit is the split character between the patch version and the description in the migration file name.
// For example, "1__create_table.sql".