From 6cbf7d40095381e518d2c2a6815a9eb8192309c5 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sat, 9 Sep 2023 10:43:30 +0200 Subject: [PATCH] whitespace cleanup in batch-viz.sh --- packaging/batch-viz.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/batch-viz.sh b/packaging/batch-viz.sh index 12002a4..95236c3 100755 --- a/packaging/batch-viz.sh +++ b/packaging/batch-viz.sh @@ -26,7 +26,7 @@ die() usage() { cat <&2 -usage: ${prog_NAME} [ OPTIONS ] +usage: ${prog_NAME} [ OPTIONS ] Generates visualizations of all things --data-dir=STRING Path to the data directory. @@ -85,7 +85,7 @@ APP_ID="$(sqlite3 "$DB" "PRAGMA application_id;")" [ -z "$APP_ID" ] && die "Couldn't read application-id from '$DB'" [ "$APP_ID" -ne 1234839235 ] && die "The application-id should be = 1234839235. It is '$APP_ID'" -echo +echo echo "-----------------------------------------------------------------------------" info "Starting batch creation of visualizations: $(date)"