Skip to content

Commit

Permalink
Fix whitespacing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Feb 10, 2024
1 parent 9515e16 commit 291347e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language:
language:
# - 'c-cpp' # Tested as part of the linux builds
- 'python'
- 'ruby'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: 'c-cpp'

- name: 🌾 Prepare variables
id: vars
run: |
Expand Down

0 comments on commit 291347e

Please sign in to comment.