Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
klab-prove-all: no whitespace after fn name
Browse files Browse the repository at this point in the history
For better greppability.
  • Loading branch information
asymmetric authored and d-xo committed Feb 21, 2020
1 parent c588e44 commit 232a9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libexec/klab-prove-all
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [ -d ".git" ]; then
jq -r '.src.smt_prelude' < config.json | xargs -I {} cp {} "$KLAB_REPORT_PROJECT_DIR"
fi;

report () {
report() {
set -e
exec 3>"$KLAB_REPORT_NAME_DIR"/report.json.lock
flock -x 3 || exit 0
Expand All @@ -76,7 +76,7 @@ savelogs() {
export -f savelogs

# perform a single proof and exit
do_proof () {
do_proof() {
set -e

name=$1
Expand Down

0 comments on commit 232a9ba

Please sign in to comment.