Skip to content

Commit c834287

Browse files
committed
Fix whitespace
1 parent cf452e8 commit c834287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
matrix:
2525
include:
2626
# GCC builds
27-
- {os: ubuntu-20.04, compiler: gcc, version: '7',
27+
- {os: ubuntu-20.04, compiler: gcc, version: '7',
2828
flags: '-Wsuggest-override'}
29-
- {os: ubuntu-20.04, compiler: gcc, version: '8',
29+
- {os: ubuntu-20.04, compiler: gcc, version: '8',
3030
flags: '-Wsuggest-override'}
3131
- {os: ubuntu-latest, compiler: gcc, version: '9',
3232
flags: '-Wsuggest-override'}

0 commit comments

Comments
 (0)