Skip to content

Fix mismatched indentation warning - #190

Open
jeremyevans wants to merge 1 commit into
omniauth:masterfrom
jeremyevans:patch-1
Open

Fix mismatched indentation warning#190
jeremyevans wants to merge 1 commit into
omniauth:masterfrom
jeremyevans:patch-1

Conversation

@jeremyevans

Copy link
Copy Markdown

Fixes following ruby verbose mode warning:

$ ruby -wr omniauth/strategies/oauth2 -e ''
/path/to/gems/omniauth-oauth2-1.9.0/lib/omniauth/strategies/oauth2.rb:156: warning: mismatched indentations at 'end' with 'def' at 148
Fixes following ruby verbose mode warning:

```shellsession
$ ruby -wr omniauth/strategies/oauth2 -e ''
/path/to/gems/omniauth-oauth2-1.9.0/lib/omniauth/strategies/oauth2.rb:156: warning: mismatched indentations at 'end' with 'def' at 148
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant