This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=116d4432194f9f3f4796e79d58c28a7ca99ee130 commit 116d4432194f9f3f4796e79d58c28a7ca99ee130 Author: Guillem Jover <[email protected]> AuthorDate: Thu Sep 18 11:44:44 2025 +0200 test: Remove unnecessary semicolon after loop block --- t/module-version.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/module-version.t b/t/module-version.t index b4617a1a3..7d6fb8790 100644 --- a/t/module-version.t +++ b/t/module-version.t @@ -69,4 +69,4 @@ sub module_version_ok foreach my $file (@files) { module_version_ok($file); -}; +} -- Dpkg.Org's dpkg

