From be91a135bc5cdbef787005b5f6812ba64cf7f809 Mon Sep 17 00:00:00 2001 From: Kharec Date: Sun, 23 Nov 2025 13:14:41 +0100 Subject: [PATCH] clean: empty line --- internal/dto/auth_request.go | 1 - internal/dto/post_request.go | 1 - 2 files changed, 2 deletions(-) diff --git a/internal/dto/auth_request.go b/internal/dto/auth_request.go index 6b99087..52d72d8 100644 --- a/internal/dto/auth_request.go +++ b/internal/dto/auth_request.go @@ -49,4 +49,3 @@ type RefreshTokenRequest struct { type RevokeTokenRequest struct { RefreshToken string `json:"refresh_token" example:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." binding:"required"` } - diff --git a/internal/dto/post_request.go b/internal/dto/post_request.go index 3bfca1a..b1250d4 100644 --- a/internal/dto/post_request.go +++ b/internal/dto/post_request.go @@ -10,4 +10,3 @@ type UpdatePostRequest struct { Title string `json:"title"` Content string `json:"content"` } -