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

minor code style #469

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

minor code style #469

wants to merge 1 commit into from

Conversation

dvska
Copy link

@dvska dvska commented Jun 16, 2016

No description provided.

@codecov-io
Copy link

Current coverage is 85.97%

Merging #469 into master will increase coverage by 0.06%

@@             master       #469   diff @@
==========================================
  Files            40         40          
  Lines          4768       4769     +1   
  Methods           0          0          
  Messages          0          0          
  Branches        654        654          
==========================================
+ Hits           4096       4100     +4   
  Misses          513        513          
+ Partials        159        156     -3   

Powered by Codecov. Last updated by ad656e3...f8a50ee

@@ -215,7 +215,7 @@ for cmd in "$@"; do
fi
done

if [ $UNKNOWN -eq 1 ]; then
if [ ${UNKNOWN} -eq 1 ]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kmike
Copy link
Member

kmike commented Jul 7, 2016

Thanks for the cleanup, and sorry it took so long to review! Most changes are good, but I'm not sure I like @staticmethod changes: I don't see benefits, and it is more code.

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