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

Remove trailing whitespaces #2

Closed

Conversation

TamtamHero
Copy link

@TamtamHero TamtamHero commented Nov 9, 2021

I produced this PR by running these commands I grabbed on SO (https://stackoverflow.com/a/5130044/5046689):

export LC_CTYPE=C
export LANG=C
find . -not \( -name .svn -prune -o -name .git -prune \) -type f -print0 | perl -0ne 'print if -T' | xargs -0 sed -Ei 's/[[:blank:]]+$//'

It would be great if you could run it from time to time :)

ps: btw, great job, thanks !

eugenioclrc added a commit to eugenioclrc/damn-vulnerable-defi that referenced this pull request Jan 2, 2022
eugenioclrc added a commit to eugenioclrc/damn-vulnerable-defi that referenced this pull request Jan 3, 2022
robercano added a commit to The-Solid-Chain/damn-vulnerable-defi that referenced this pull request Feb 1, 2022
jonatascm added a commit to jonatascm/damn-vulnerable-defi that referenced this pull request Feb 18, 2022
astrovm referenced this pull request in astrovm/damn-vulnerable-defi Apr 8, 2022
astrovm referenced this pull request in astrovm/damn-vulnerable-defi Apr 8, 2022
sidarth16 added a commit to sidarth16/Damn-Vulnerable-Defi-Brownie that referenced this pull request Jun 12, 2022
redace85 added a commit to redace85/damn-vulnerable-defi that referenced this pull request Jun 12, 2022
@tinchoabbate
Copy link
Collaborator

thanks for the suggestion, I'll take it into account for future versions.

redace85 added a commit to redace85/damn-vulnerable-defi that referenced this pull request Jul 7, 2022
redace85 added a commit to redace85/damn-vulnerable-defi that referenced this pull request Jul 7, 2022
zzzuhaibmohd added a commit to zzzuhaibmohd/damn-vulnerable-defi-solutions that referenced this pull request Jul 9, 2022
zzzuhaibmohd added a commit to zzzuhaibmohd/damn-vulnerable-defi-solutions that referenced this pull request Jul 9, 2022
Cheng2046 added a commit to Cheng2046/damn-vulnerable-defi that referenced this pull request Aug 18, 2022
smol-ninja added a commit to smol-ninja/damn-vulnerable-defi that referenced this pull request Aug 23, 2022
Farber98 added a commit to Farber98/damn-vulnerable-defi that referenced this pull request Jan 10, 2023
AndreAugusto11 added a commit to AndreAugusto11/damn-vulnerable-defi that referenced this pull request Jan 25, 2023
Signed-off-by: André Augusto <andre.augusto@tecnico.ulisboa.pt>
0xHustling pushed a commit to 0xHustling/damn-vulnerable-defi that referenced this pull request Mar 28, 2023
marchev pushed a commit to marchev/damn-vulnerable-defi that referenced this pull request May 14, 2023
kaxxa123 added a commit to kaxxa123/damn-vulnerable-defi that referenced this pull request Feb 17, 2024
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.

2 participants