Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enum 정의부 newline 적용안됨 #8

Open
boyism80 opened this issue Nov 28, 2024 · 0 comments
Open

enum 정의부 newline 적용안됨 #8

boyism80 opened this issue Nov 28, 2024 · 0 comments
Assignees

Comments

@boyism80
Copy link
Owner

enum GroupAction : byte { Enter, Leave, Kick }

이렇게 정의하지 않고

enum GroupAction : byte {
    Enter,
    Leave,
    Kick
}

이렇게 하면 파싱을 못함

@boyism80 boyism80 self-assigned this Nov 28, 2024
@boyism80 boyism80 added this to fb Nov 28, 2024
@github-project-automation github-project-automation bot moved this to To do in fb Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To do
Development

No branches or pull requests

1 participant