style: format code with Go fmt and Gofumpt

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
This commit is contained in:
deepsource-autofix[bot]
2026-01-24 00:43:07 +00:00
committed by GitHub
parent f9478a3f76
commit d5954c42eb

View File

@@ -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"