From 9ebd411c21f0463380a36a732404eada7afda9c6 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 29 Jan 2024 13:10:47 -0600 Subject: [PATCH] Improve code formatting --- db/schemas/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schemas/Makefile b/db/schemas/Makefile index 498689a..7882423 100644 --- a/db/schemas/Makefile +++ b/db/schemas/Makefile @@ -220,7 +220,7 @@ clean-db: clean-db-cache if [ -d $${schema}/$${subdir} \ -a -f $${schema}/$${subdir}/Makefile ] ; then \ $(MAKE) -C $${schema}/$${subdir} clean-db \ - || exit 1 ; \ + || exit 1 ; \ fi ; \ rm -rf $${schema}/$${subdir}/comments ; \ done ; \ -- 2.34.1