git: 432ad9fe80c1 - main - security/py-pysaml2: Remove blank line

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 09 Jun 2022 23:20:25 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=432ad9fe80c1316727cc9af7a942ef6ada293328

commit 432ad9fe80c1316727cc9af7a942ef6ada293328
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-09 23:12:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-09 23:16:11 +0000

    security/py-pysaml2: Remove blank line
---
 security/py-pysaml2/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/security/py-pysaml2/Makefile b/security/py-pysaml2/Makefile
index 71e221bf330c..3039b4902512 100644
--- a/security/py-pysaml2/Makefile
+++ b/security/py-pysaml2/Makefile
@@ -44,5 +44,4 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-r
 do-test:
 	cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v
 
-
 .include <bsd.port.post.mk>