Skip to content

Fix advertisement API code style to match project conventions#125

Closed
Copilot wants to merge 2 commits intodevelopfrom
copilot/fix-ad-api-code-style
Closed

Fix advertisement API code style to match project conventions#125
Copilot wants to merge 2 commits intodevelopfrom
copilot/fix-ad-api-code-style

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 12, 2026

Advertisement API files were using inconsistent formatting (mixed tabs/spaces, missing comment spacing) that deviated from project conventions.

Changes

  • Indentation: Standardized to tabs across all advertisement files (controller, service, converter)
  • Comment formatting: Added space after // in service method comment
  • Method signature: Collapsed unnecessary line breaks in controller endpoint
- public DataResponse<List<AdvertisementResponse>> getHomeAdvertisements(
- ) {
+ public DataResponse<List<AdvertisementResponse>> getHomeAdvertisements() {
-     //메인 홈 화면 할인 광고 목록 조회 (Mock Data)
+	// 메인 홈 화면 할인 광고 목록 조회 (Mock Data)

All changes are whitespace-only; no logic modified.

Original prompt

This section details on the original issue you should resolve

<issue_title>[fix] 광고 API 코드 스타일 프로젝트 컨벤션에 맞게 통일</issue_title>
<issue_description>## 📌 Description

[fix] 광고 API 코드 스타일 프로젝트 컨벤션에 맞게 통일

✅ To-do

  • 진행 예정
  • 진행 완료

📒 기타</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: neibler <87866961+neibler@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix advertising API code style to match project conventions Fix advertisement API code style to match project conventions Feb 12, 2026
Copilot AI requested a review from neibler February 12, 2026 02:11
@neibler neibler closed this Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[fix] 광고 API 코드 스타일 프로젝트 컨벤션에 맞게 통일

2 participants