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

Indent "idempotency" in protoc-gen-connect-es #626

Merged
merged 3 commits into from
May 9, 2023

Conversation

timostamm
Copy link
Member

Our indentation is a bit off (test.proto):

    cacheableUnaryCall: {
      name: "CacheableUnaryCall",
      I: SimpleRequest,
      O: SimpleResponse,
      kind: MethodKind.Unary,
    idempotency: MethodIdempotency.NoSideEffects,
    },

This adds two spaces to the TS output.

@timostamm timostamm merged commit 0dc6167 into main May 9, 2023
3 checks passed
@timostamm timostamm deleted the tstamm/indent-idempotency-in-plugin branch May 9, 2023 13:51
@timostamm timostamm mentioned this pull request May 17, 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

Successfully merging this pull request may close these issues.

None yet

2 participants