Skip to content

fix: Correct Kotlin formatting for function parameter spacing#807

Draft
Copilot wants to merge 2 commits intodevelopfrom
copilot/sub-pr-806
Draft

fix: Correct Kotlin formatting for function parameter spacing#807
Copilot wants to merge 2 commits intodevelopfrom
copilot/sub-pr-806

Conversation

Copy link
Copy Markdown

Copilot AI commented Dec 11, 2025

개요

Kotlin 함수 파라미터 타입 선언에서 람다 타입 화살표 앞에 누락된 공백을 추가하여 코드 포맷팅 규칙을 준수하도록 수정

작업사항

  • OnboardingScreen.ktnavigateToSignIn 파라미터에서 ()-> Unit() -> Unit으로 수정하여 Kotlin 표준 포맷팅 규칙 적용
// Before
internal fun OnboardingScreen(
    navigateToSignIn: ()-> Unit,
)

// After  
internal fun OnboardingScreen(
    navigateToSignIn: () -> Unit,
)

추가 로 할 말

PR #806의 리뷰 피드백을 반영한 포맷팅 수정


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Dec 11, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Co-authored-by: uson1004 <166105837+uson1004@users.noreply.github.com>
Copilot AI changed the title [WIP] WIP Address feedback from PR #803 regarding onboarding feature implementation fix: Correct Kotlin formatting for function parameter spacing Dec 11, 2025
Copilot AI requested a review from uson1004 December 11, 2025 15:07
Base automatically changed from feature/803-온보딩-기능-구현 to develop December 13, 2025 08:13
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.

2 participants