rustfmt icon indicating copy to clipboard operation
rustfmt copied to clipboard

Fix/Extra whitespace in nested pub extern

Open jmj0502 opened this issue 3 years ago • 2 comments

Solves #5525

  • Now extra whitespace is removed from the beginning of the rhs expression on the rewrite_assign_rhs_with function (expr.rs - 1977) if the lhs expression ends with whitespace and the rhs expressions starts with whitespace. NOTE: The change only applies if the version: Two config is provided.

jmj0502 avatar Sep 02 '22 20:09 jmj0502

@ytmimi Noticed that integration / log (pull_request) failed while trying to download a resource; seems unrelated to code tho' (feel free to correct me if I'm wrong). Is there a way to re-run such action?

jmj0502 avatar Sep 19 '22 14:09 jmj0502

Seems like a networking issue. No worries, I just reran that job.

ytmimi avatar Sep 19 '22 14:09 ytmimi