Skip to content

Commit e38e5bd

Browse files
committed
Normalize spacing in maven-build.yml
Adjust whitespace around commas in .github/workflows/maven-build.yml for consistent formatting (push branches and Java matrix entries). This is a non-functional whitespace/formatting change.
1 parent b93ea50 commit e38e5bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
on:
1515
push:
16-
branches: [ 'main', 'dev' ]
16+
branches: [ 'main' , 'dev' ]
1717
pull_request:
1818
branches: [ 'main', 'dev' , 'release' ]
1919

@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
java: [ '8', '11' , '17' , '21' , '25' ]
25+
java: [ '8' , '11' , '17' , '21' , '25' ]
2626
steps:
2727
- name: Checkout Source
2828
uses: actions/checkout@v5

0 commit comments

Comments
 (0)