style: remove useless trailing spaces. (#665)

This commit is contained in:
Johnny Wang 2020-10-18 10:40:49 +08:00 committed by GitHub
parent f9634628c1
commit 771e9e678e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -30,9 +30,9 @@ linux-s390x: &linux-s390x
- dos2unix - dos2unix
- cpanminus - cpanminus
- libgd-dev - libgd-dev
- libpcre3 - libpcre3
- libpcre3-dev - libpcre3-dev
- mercurial - mercurial
- libpq-dev - libpq-dev
install: install:
- sudo cpanm --notest Test::Nginx IPC::Run3 > build.log 2>&1 || (cat build.log && exit 1) - sudo cpanm --notest Test::Nginx IPC::Run3 > build.log 2>&1 || (cat build.log && exit 1)