chore: Clean up code by removing trailing whitespace in multiple files

This commit is contained in:
lan
2025-12-02 18:41:34 +08:00
parent e05ba3b041
commit 188a05caa7
15 changed files with 13 additions and 2 deletions

View File

@@ -142,3 +142,4 @@ type ServiceDeps struct {
Storage *storage.StorageClient
}

View File

@@ -231,3 +231,4 @@ func generateRSAPrivateKeyInternal() (string, error) {
return string(privateKeyPEM), nil
}

View File

@@ -213,4 +213,3 @@ func parseTextureTypeInternal(textureType string) (model.TextureType, error) {
return "", errors.New("无效的材质类型")
}
}

View File

@@ -275,4 +275,3 @@ func (s *tokenServiceImpl) validateProfileByUserID(userID int64, UUID string) (b
}
return profile.UserID == userID, nil
}