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をGoogle Coding Style に沿って修正 #1

Open
msBRF65 opened this issue Jan 24, 2023 · 0 comments
Open

EnumをGoogle Coding Style に沿って修正 #1

msBRF65 opened this issue Jan 24, 2023 · 0 comments

Comments

@msBRF65
Copy link
Collaborator

msBRF65 commented Jan 24, 2023

enum class UrlTableError {
  kOk = 0,
  kOutOfMemory,
  kMalformedInput,
};

のようにするべき、opcodeとか修正が必要

@msBRF65 msBRF65 changed the title EnumをGoogle Coding Styleni EnumをGoogle Coding Style ni Jan 24, 2023
@msBRF65 msBRF65 changed the title EnumをGoogle Coding Style ni EnumをGoogle Coding Style に沿って修正 Jan 24, 2023
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

No branches or pull requests

1 participant