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

Commit 232a9ba

Browse files
asymmetricd-xo
authored andcommitted
klab-prove-all: no whitespace after fn name
For better greppability.
1 parent c588e44 commit 232a9ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libexec/klab-prove-all

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if [ -d ".git" ]; then
5353
jq -r '.src.smt_prelude' < config.json | xargs -I {} cp {} "$KLAB_REPORT_PROJECT_DIR"
5454
fi;
5555

56-
report () {
56+
report() {
5757
set -e
5858
exec 3>"$KLAB_REPORT_NAME_DIR"/report.json.lock
5959
flock -x 3 || exit 0
@@ -76,7 +76,7 @@ savelogs() {
7676
export -f savelogs
7777

7878
# perform a single proof and exit
79-
do_proof () {
79+
do_proof() {
8080
set -e
8181

8282
name=$1

0 commit comments

Comments
 (0)