Skip to content

Run the code formatter on Mix.TaskTest #6793

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

Merged
merged 4 commits into from
Oct 10, 2017
Merged

Run the code formatter on Mix.TaskTest #6793

merged 4 commits into from
Oct 10, 2017

Conversation

edennis
Copy link
Contributor

@edennis edennis commented Oct 10, 2017

Formatted with:

$ bin/elixir -v
Erlang/OTP 20 [erts-9.0] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false]

Elixir 1.6.0-dev (61b662a29) (compiled with OTP 20)

Mix.Task.run("helli")
end
assert_raise Mix.NoTaskError,
"The task \"helli\" could not be found. Did you mean \"hello\"?",
Copy link
Member

Choose a reason for hiding this comment

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

Please do what highlighted in "Example 3" of #6643 here and in the similar situations below.

@edennis
Copy link
Contributor Author

edennis commented Oct 10, 2017

@whatyouhide Done!

@whatyouhide whatyouhide merged commit cd90863 into elixir-lang:master Oct 10, 2017
@whatyouhide
Copy link
Member

Thanks @edennis! 💟

@edennis edennis deleted the format-mix-task-test branch October 10, 2017 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants