Skip to content

Commit

Permalink
Fix minor formatting issues
Browse files Browse the repository at this point in the history
From ITK PR: InsightSoftwareConsortium/ITK#2803
CI check: https://github.com/InsightSoftwareConsortium/ITK/runs/3864083025

commit 5434d42 adds bad whitespace:
README.md:223: new blank line at EOF.

commit 5434d42 is not allowed; missing newline at the end of file in .gitattributes.
  • Loading branch information
dzenanz authored and nmoinvaz committed Oct 22, 2021
1 parent 0359999 commit ae8c487
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
*.h text
Makefile text
configure text eol=lf
testCVEinputs.sh text eol=lf
testCVEinputs.sh text eol=lf
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,3 @@ Related Projects
* Python tool to benchmark minigzip/minideflate https://github.com/zlib-ng/deflatebench
* Python tool to benchmark pigz https://github.com/zlib-ng/pigzbench
* 3rd party patches for zlib-ng compatibility https://github.com/zlib-ng/patches

0 comments on commit ae8c487

Please sign in to comment.