chore: Clean up code by removing trailing whitespace in multiple files
This commit is contained in:
@@ -106,3 +106,4 @@ func (h *CaptchaHandler) Verify(c *gin.Context) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -244,3 +244,4 @@ func (h *ProfileHandler) SetActive(c *gin.Context) {
|
||||
|
||||
RespondSuccess(c, gin.H{"message": "设置成功"})
|
||||
}
|
||||
|
||||
|
||||
@@ -282,3 +282,4 @@ func (h *TextureHandler) GetUserFavorites(c *gin.Context) {
|
||||
c.JSON(200, model.NewPaginationResponse(TexturesToTextureInfos(textures), total, page, pageSize))
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user