diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-03-13 18:06:25 +0100 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-03-13 18:06:25 +0100 |
commit | 2260838cbd159ebe287a2f8c47af79fac8108909 (patch) | |
tree | 157b1452def4a2c790ab817faa8c0cb9387aa17f | |
parent | b65b0753de844f33a03ebfcc7ef490856f5a72e3 (diff) | |
download | bundler-2260838cbd159ebe287a2f8c47af79fac8108909.tar.gz |
Remove trailing whitespace
-rw-r--r-- | .azure-pipelines/steps.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/steps.yml b/.azure-pipelines/steps.yml index 733ca0998e..bb989ac70c 100644 --- a/.azure-pipelines/steps.yml +++ b/.azure-pipelines/steps.yml @@ -22,7 +22,7 @@ steps: - script: | ruby bin/rake spec:deps displayName: 'ruby bin/rake spec:deps' - + - script: | gem install --no-document --conservative rspec_junit_formatter displayName: 'gem install rspec_junit_formatter' |