Skip to content

Commit 37e1c86

Browse files
committed
format
1 parent 486e65d commit 37e1c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_dafny_runtime_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
BASE_SHA="${{ github.event.pull_request.base.sha }}"
2626
HEAD_SHA="${{ github.event.pull_request.head.sha }}"
27-
27+
2828
# Check if dafnyVersion was changed
2929
if git diff "$BASE_SHA" "$HEAD_SHA" -- project.properties | grep -q "^[+-]dafnyVersion="; then
3030
# Check if dafnyRuntimePythonVersion was also changed

0 commit comments

Comments
 (0)