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

Fix copy-pasteability of code example #216

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

tjschuck
Copy link
Contributor

@tjschuck tjschuck commented Jan 8, 2024

Though this code is already not copy-pasteable as valid Ruby (due to the trailing ... at the end of the idp_cert_multi array), that's at least obviously invalid and fast enough to fix.

This missing comma, however, causes parser errors that are less obvious and should be added!

Though this code is already not copy-pasteable as valid Ruby (due to the trailing `...` at the end of the `idp_cert_multi` array), that's at least obviously invalid and fast enough to fix.

This missing comma, however, causes parser errors that are less obvious and should be added!
@suprnova32 suprnova32 merged commit b3c45fd into omniauth:master Jan 9, 2024
6 checks passed
@tjschuck tjschuck deleted the patch-1 branch January 9, 2024 17:21
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