Skip to content

Commit c0590ca

Browse files
committed
Apply cosmetic refactoring
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent d2b4fc7 commit c0590ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/licensedcode/licenses_reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def get_reference_data(match):
281281
Get reference data from a LicenseMatch mapping `match` after rehydrating.
282282
"""
283283

284-
rule = get_rule_object_from_match(license_match_mapping=match)
284+
rule = get_rule_object_from_match(license_match=match)
285285

286286
ref_data = {}
287287
ref_data['rule_identifier'] = match['rule_identifier']

0 commit comments

Comments
 (0)