Skip to content

Commit e5dc631

Browse files
committed
compile: Placed block terminator on a new line for consistency
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent b143756 commit e5dc631

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-scripts/compile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ case "$PROJECT" in
1313
;;
1414
*)
1515
echo "$(basename "$0"): Error: Unknown project: $PROJECT"
16-
exit 42;;
16+
exit 42
17+
;;
1718
esac
1819

1920
echo "$(basename "$0"): Debug: Running make in core repo..."

0 commit comments

Comments
 (0)