Skip to content

Commit c47acb5

Browse files
committed
Fix CI black format
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent 5909b64 commit c47acb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/contrib/test_purl2url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_purl2url_get_repo_url():
103103
"pkg:generic/sourceforge.net/p/expat/code_git": "https://sourceforge.net/p/expat/code_git",
104104
"pkg:generic/forge-allura.apache.org/p/allura/git": "https://forge-allura.apache.org/p/allura/git",
105105
"pkg:generic/gcc.gnu.org/git/gcc": "https://gcc.gnu.org/git/?p=gcc.git",
106-
"pkg:generic/git.postgresql.org/gitweb/hamn": "https://git.postgresql.org/gitweb/?p=hamn.git"
106+
"pkg:generic/git.postgresql.org/gitweb/hamn": "https://git.postgresql.org/gitweb/?p=hamn.git",
107107
}
108108

109109
for purl, url in purls_url.items():

0 commit comments

Comments
 (0)