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

Try catch #54

Merged
merged 1 commit into from
Dec 29, 2016
Merged

Try catch #54

merged 1 commit into from
Dec 29, 2016

Conversation

winkbrace
Copy link

Here's the PR that fixes the issue with the indentation inside try-catch blocks.

I had to expand the test code samples to show the same errors I found in my project.
I also added two more test samples to prove my change doesn't break any other situations.

@codecov-io
Copy link

codecov-io commented Dec 29, 2016

Current coverage is 99.29% (diff: 100%)

Merging #54 into master will increase coverage by 0.04%

@@             master        #54   diff @@
==========================================
  Files             8          8          
  Lines           133        142     +9   
  Methods          25         27     +2   
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            132        141     +9   
  Misses            1          1          
  Partials          0          0          

Powered by Codecov. Last update 0bc0f8a...a725df7

@bmitch
Copy link
Owner

bmitch commented Dec 29, 2016

@winkbrace this is great thank you! Would you mind squashing all the commits down to one commit?

@winkbrace
Copy link
Author

Sure, no problem

@bmitch bmitch merged commit 1ffeb8d into bmitch:master Dec 29, 2016
@bmitch
Copy link
Owner

bmitch commented Dec 29, 2016

Thank you @winkbrace I really appreciate it!

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.

3 participants