chore: Clean up code by removing trailing whitespace in multiple files
This commit is contained in:
@@ -142,3 +142,4 @@ type ServiceDeps struct {
|
||||
Storage *storage.StorageClient
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -231,3 +231,4 @@ func generateRSAPrivateKeyInternal() (string, error) {
|
||||
return string(privateKeyPEM), nil
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -213,4 +213,3 @@ func parseTextureTypeInternal(textureType string) (model.TextureType, error) {
|
||||
return "", errors.New("无效的材质类型")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -275,4 +275,3 @@ func (s *tokenServiceImpl) validateProfileByUserID(userID int64, UUID string) (b
|
||||
}
|
||||
return profile.UserID == userID, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user