From e1701402303ea99f016b4a0afedf37728f78f397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honor=C3=A9=20HOUNWANOU?= Date: Wed, 13 Sep 2017 00:30:50 -0400 Subject: [PATCH] Remove unnecessary semicolon Unless the semicolon has been added for a specific reason, I think it's unnecessary. --- symfony/framework-bundle/3.3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/framework-bundle/3.3/Makefile b/symfony/framework-bundle/3.3/Makefile index 7ec3972e..f111a40c 100644 --- a/symfony/framework-bundle/3.3/Makefile +++ b/symfony/framework-bundle/3.3/Makefile @@ -30,7 +30,7 @@ endif @printf "Quit the server with \033[32;49mbin/console server:stop\033[39m\n" serve_as_php: - @printf "\033[32;49mServer listening on http://127.0.0.1:8000\033[39m\n"; + @printf "\033[32;49mServer listening on http://127.0.0.1:8000\033[39m\n" @printf "Quit the server with CTRL-C.\n" @printf "Run \033[32mcomposer require symfony/web-server-bundle\033[39m for a better web server\n" php -S 127.0.0.1:8000 -t public