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 indentation warning #40

Merged
merged 1 commit into from
Sep 21, 2016
Merged

Fix indentation warning #40

merged 1 commit into from
Sep 21, 2016

Conversation

kddnewton
Copy link
Contributor

Previously when running with verbose mode a warning was generated every time it hit the function file because

/Users/kdeisz/Documents/projects/jmespath.rb/lib/jmespath/nodes/function.rb:210: warning: mismatched indentations at 'end' with 'def' at 195

Previously when running with verbose mode a warning was generated every time it hit the function file because

```
/Users/kdeisz/Documents/projects/jmespath.rb/lib/jmespath/nodes/function.rb:210: warning: mismatched indentations at 'end' with 'def' at 195
```
@trevorrowe trevorrowe merged commit fafc32f into jmespath:master Sep 21, 2016
@trevorrowe
Copy link
Contributor

Thanks for the fix!

@kddnewton kddnewton deleted the fix-indentation-warning branch September 21, 2016 15:34
@jsmestad
Copy link

jsmestad commented Mar 1, 2017

@trevorrowe mind releasing a new version with this fix?

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

3 participants