0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

✏️ Remove ; at end of functions call

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
mathieu.brunot 2019-08-09 16:37:55 +02:00 committed by Andrey Antukh
parent 1cd9a8e71c
commit 93097ac4b7

View file

@ -236,13 +236,13 @@ case $1 in
build-images
;;
build-frontend-dbg-image)
build-frontend-dbg-image;
build-frontend-dbg-image
;;
build-frontend-image)
build-frontend-image;
build-frontend-image
;;
build-backend-image)
build-backend-image;
build-backend-image
;;
run)