Because it's really important that a blank line be truly blank
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -442,7 +442,7 @@ | ... | @@ -442,7 +442,7 @@ |
442 | method: entry.attributes.METHOD || 'AES-128', | 442 | method: entry.attributes.METHOD || 'AES-128', |
443 | uri: entry.attributes.URI | 443 | uri: entry.attributes.URI |
444 | }; | 444 | }; |
445 | 445 | ||
446 | if (entry.attributes.IV !== undefined) { | 446 | if (entry.attributes.IV !== undefined) { |
447 | key.iv = entry.attributes.IV; | 447 | key.iv = entry.attributes.IV; |
448 | } | 448 | } | ... | ... |
-
Please register or sign in to post a comment