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

@@ -282,3 +282,4 @@ func (h *TextureHandler) GetUserFavorites(c *gin.Context) {
c.JSON(200, model.NewPaginationResponse(TexturesToTextureInfos(textures), total, page, pageSize))
}