You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/06/29 13:04:21 UTC

[commons-numbers] branch master updated: Trim whitespace

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git


The following commit(s) were added to refs/heads/master by this push:
     new 02684466 Trim whitespace
02684466 is described below

commit 02684466752a3a90e6e974e42b1a56d5013a756e
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Wed Jun 29 14:01:42 2022 +0100

    Trim whitespace
---
 .github/workflows/coverage.yml | 2 +-
 .github/workflows/maven.yml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index e632ed91..e02b0ac5 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -35,7 +35,7 @@ jobs:
       with:
         distribution: adopt
         java-version: ${{ matrix.java }}
-        cache: 'maven'  
+        cache: 'maven'
     - name: Build with Maven
       run: mvn -V test jacoco:report --no-transfer-progress
 
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c82e5d63..d6bd03f3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
       with:
         distribution: adopt
         java-version: ${{ matrix.java }}
-        cache: 'maven'  
+        cache: 'maven'
     - name: Build with Maven
       # Use the default goal
       if: matrix.java == 8