clean: empty line

This commit is contained in:
2025-11-23 13:14:41 +01:00
parent 2d7ff9778b
commit be91a135bc
2 changed files with 0 additions and 2 deletions

View File

@@ -49,4 +49,3 @@ type RefreshTokenRequest struct {
type RevokeTokenRequest struct {
RefreshToken string `json:"refresh_token" example:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." binding:"required"`
}

View File

@@ -10,4 +10,3 @@ type UpdatePostRequest struct {
Title string `json:"title"`
Content string `json:"content"`
}