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 errors in Random module #289

Closed
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
2 participants
@mgold
Contributor

mgold commented Jul 1, 2015

The style changes in ddd74cb broke the build with an indentation error on line 257.

Line 208 was syntactically valid before, but I've never seen let-bindings that way and it conflicts with line 257 as well as other places in the codebase.

@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz Jul 1, 2015

Member

I fixed this the other day, but it didn't make it to master yet. Thanks for the fix!

Member

evancz commented Jul 1, 2015

I fixed this the other day, but it didn't make it to master yet. Thanks for the fix!

@evancz evancz closed this Jul 1, 2015

@mgold

This comment has been minimized.

Show comment
Hide comment
@mgold

mgold Jul 1, 2015

Contributor

Okay, no problem.

Contributor

mgold commented Jul 1, 2015

Okay, no problem.

@mgold mgold deleted the mgold:fix-indent-errors branch Jul 1, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment