git: 31b4f5ee72a4 - main - www/py-autobahn: Remove superfluous space

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 29 Sep 2023 16:20:57 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=31b4f5ee72a43662a6aa7b8e60a3ce5c6e93c4c1

commit 31b4f5ee72a43662a6aa7b8e60a3ce5c6e93c4c1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-29 16:15:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-29 16:15:18 +0000

    www/py-autobahn: Remove superfluous space
    
    Approved by:    portmgr (blanket)
---
 www/py-autobahn/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile
index 342726298dfb..586e15ca17dd 100644
--- a/www/py-autobahn/Makefile
+++ b/www/py-autobahn/Makefile
@@ -11,7 +11,7 @@ WWW=		https://github.com/crossbario/autobahn-python
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	 ${PYTHON_PKGNAMEPREFIX}hyperlink>=21.0.0:www/py-hyperlink@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hyperlink>=21.0.0:www/py-hyperlink@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}txaio>=21.2.1:devel/py-txaio@${PY_FLAVOR}
 
 USES=		cpe python