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

trim trailing whitespace #782

Merged
merged 1 commit into from
Jul 27, 2022

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jul 24, 2022

Recursively removed trailing whitespace using perl -pi -e 's/ +$//' **/*.jl on zsh. There are no code changes, only whitespace ones.

@codecov
Copy link

codecov bot commented Jul 24, 2022

Codecov Report

Merging #782 (f50f2f4) into master (af037cb) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #782   +/-   ##
=======================================
  Coverage   30.89%   30.89%           
=======================================
  Files          15       15           
  Lines         848      848           
=======================================
  Hits          262      262           
  Misses        586      586           
Impacted Files Coverage Δ
src/Extras/autodifferentiation.jl 62.50% <ø> (ø)
src/ApproxFun.jl 50.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update af037cb...f50f2f4. Read the comment docs.

@jishnub jishnub changed the title trim trailinig whitespace trim trailing whitespace Jul 24, 2022
@jishnub jishnub merged commit f9b508f into JuliaApproximation:master Jul 27, 2022
@jishnub jishnub deleted the trailingwhitespace branch July 27, 2022 10:31
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.

1 participant