This commit fixes the style issues introduced in f9478a3 according to the output from Go fmt and Gofumpt. Details: https://github.com/gogs/gogs/pull/8105
@@ -9,8 +9,8 @@ import (
"time"
"github.com/cockroachdb/errors"
- "gorm.io/gorm"
gouuid "github.com/satori/go.uuid"
+ "gorm.io/gorm"
"gogs.io/gogs/internal/conf"
"gogs.io/gogs/internal/errutil"