Skip to content

Commit 0b4e20f

Browse files
committed
Remove unnecessary whitespace
1 parent 93d744f commit 0b4e20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -eEuo pipefail
1111
function cleanup {
1212
docker stop "$CONTAINER" 1> /dev/null
1313
echo "container $CONTAINER: stopped"
14-
docker rmi -f "$DOCKER_TAG_TEMPORARY"
14+
docker rmi -f "$DOCKER_TAG_TEMPORARY"
1515
}
1616
trap cleanup EXIT
1717

0 commit comments

Comments
 (0)