style: 自动格式化

This commit is contained in:
zetaloop
2026-04-25 04:53:15 +08:00
parent e9bb8fd8e3
commit 111c2f59dd
15 changed files with 333 additions and 337 deletions
@@ -14,7 +14,7 @@ type ServiceContext struct {
func NewServiceContext(c config.Config) *ServiceContext {
s3obj := NewObjectStorage(c.S3Conf)
return &ServiceContext{
Config: c,
S3: s3obj.MustNews3Client(context.Background()),