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 whitespace issues #785

Merged
merged 2 commits into from May 25, 2016
Merged

Fix whitespace issues #785

merged 2 commits into from May 25, 2016

Conversation

marcoscaceres
Copy link
Member

@marcoscaceres marcoscaceres commented May 25, 2016

This change is Reviewable

.shift(1);
return leftPad || 0;
}
return (match.length < smallest) ? match.length : smallest;
Copy link
Member

Choose a reason for hiding this comment

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

Math.min ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah yeah, better.

@dontcallmedom
Copy link
Member

LGTM with a possible minor improvement; not sure why the Travis CI PR build failed (but the branch push seems to be happy)

@marcoscaceres
Copy link
Member Author

Travis fails intermittently even though everything passes 😢 . Running the tests again fixes it.

@marcoscaceres
Copy link
Member Author

@dontcallmedom thanks for review!

@marcoscaceres marcoscaceres merged commit 9215df8 into develop May 25, 2016
@marcoscaceres marcoscaceres deleted the fix_whitespace branch May 25, 2016 11:26
shikhar-scs pushed a commit to shikhar-scs/respec that referenced this pull request Feb 19, 2018
update link from d3 3.5.0 to v4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants