You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running just all the process stopped due "error[internal]: left behind trailing whitespace".
I found a related issue: planus-org/planus#167 to run rustfmt twice to remove the white spaces.
I used the following script
That's weird, rust format is usually pretty robust. I've removed the whitespace anyway, I saw where the problem was (I had a comment in an awkward spot)
When running
just all
the process stopped due "error[internal]: left behind trailing whitespace".I found a related issue: planus-org/planus#167 to run rustfmt twice to remove the white spaces.
I used the following script
but had to remove a whitespace in seed-keeper-wallet/src/lib/ line: 40 manually to fix the issue
The text was updated successfully, but these errors were encountered: