Skip to content

Commit 2c2ca1b

Browse files
committed
C#: Fix indentation.
1 parent 2a564db commit 2c2ca1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/csv-coverage-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup CodeQL
5151
uses: ./.github/actions/fetch-codeql
5252
- name: Create empty database
53-
run: |
53+
run: |
5454
DATABASE="${{ runner.temp }}/csharp-database"
5555
PROJECT="${{ runner.temp }}/csharp-project"
5656
dotnet new classlib --language=C# --output="$PROJECT"

0 commit comments

Comments
 (0)