Skip to content

Commit 81d2624

Browse files
authored
Whitespace change
1 parent e5f3c15 commit 81d2624

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/update-subtree.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -214,14 +214,14 @@ jobs:
214214
215215
# Try to automatically patch the VeriFast proofs
216216
pushd verifast-proofs
217-
./patch-verifast-proofs.sh
218-
if ! git diff --quiet; then
219-
git -c user.name=gitbot -c user.email=git@bot \
220-
commit . -m "Update VeriFast proofs"
221-
else
222-
# The original files have not changed; no updates to the VeriFast proofs are necessary.
223-
true
224-
fi
217+
./patch-verifast-proofs.sh
218+
if ! git diff --quiet; then
219+
git -c user.name=gitbot -c user.email=git@bot \
220+
commit . -m "Update VeriFast proofs"
221+
else
222+
# The original files have not changed; no updates to the VeriFast proofs are necessary.
223+
true
224+
fi
225225
popd
226226
227227
- name: Create Pull Request without conflicts

0 commit comments

Comments
 (0)