Skip to content

Commit

Permalink
fix perltidy
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Dec 12, 2023
1 parent 7651bf3 commit d64d71d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/GDPR/IAB/TCFv2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@ sub TO_JSON {
map {
[ $_ => $self->_safe_is_special_feature_opt_in($_)
? $true
: $false ]
: $false
]
} 1 .. MAX_SPECIAL_FEATURE_ID
),
purpose => {
Expand Down

0 comments on commit d64d71d

Please sign in to comment.