Skip to content

Commit e869f33

Browse files
committed
White-spaces
1 parent 079d3c0 commit e869f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
key: ${{ runner.os }}-mvn-build-${{ hashFiles('**/pom.xml') }}
3535
restore-keys: |
3636
${{ runner.os }}-mvn-build-
37-
37+
3838
- name: Build with Maven
3939
run: ./mvnw -B clean package -T2C
40-
40+
4141
- name: Check for uncommited changes
4242
run: |
4343
if [[ "$(git status --porcelain)" != "" ]]; then

0 commit comments

Comments
 (0)