ibmruntimes / ci.docker

Dockerfiles and build scripts for generating various Docker Images related to IBM Runtimes
Apache License 2.0
45 stars 35 forks source link

Remove trailing whitespace #152

Closed keithc-ca closed 5 months ago

keithc-ca commented 6 months ago

I don't think the intent in places like https://github.com/ibmruntimes/ci.docker/blob/main/ibmjava/8/jre/ubi/Dockerfile#L31 is to escape the space at the end of the line; rather it should escape the newline. This corrects that.