Skip to content

Commit f87efd7

Browse files
committed
Fix file formatting
1 parent f2cbe2d commit f87efd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

minfraud/request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def maybe_hash_email(transaction):
9797
if at_idx == -1:
9898
return
9999

100-
domain = _clean_domain(address[at_idx + 1 :]) # noqa
100+
domain = _clean_domain(address[at_idx + 1 :]) # noqa
101101
local_part = address[:at_idx]
102102

103103
if domain != "" and "domain" not in email:

0 commit comments

Comments
 (0)