Skip to content

Commit 3b0b0b4

Browse files
committed
fix: formatting
1 parent 0836fca commit 3b0b0b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vinca/test_license_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,9 @@ def test_additional_license_variants():
250250

251251
# Eclipse variants
252252
assert convert_to_spdx_license(["Eclipse Public License 2.0"]) == "EPL-2.0"
253-
assert convert_to_spdx_license(["Eclipse Distribution License 1.0"]) == "BSD-3-Clause"
253+
assert (
254+
convert_to_spdx_license(["Eclipse Distribution License 1.0"]) == "BSD-3-Clause"
255+
)
254256

255257
# Zlib
256258
assert convert_to_spdx_license(["zlib License"]) == "Zlib"

0 commit comments

Comments
 (0)