From 32dd3daa080c891cdda7458496db43b2aed8eb42 Mon Sep 17 00:00:00 2001 From: Johnny Date: Mon, 9 Jun 2025 23:12:23 +0800 Subject: [PATCH] chore: fix format --- store/migrator.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/store/migrator.go b/store/migrator.go index 9c2cb62..a78dadb 100644 --- a/store/migrator.go +++ b/store/migrator.go @@ -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".