extra newline removed

This commit is contained in:
Rowan 2024-10-06 01:16:44 -05:00
parent 5a449bf1da
commit 3db326a40f

View file

@ -12,5 +12,4 @@ Only the algorithms [required in the specification](https://www.w3.org/TR/SRI/#c
let value = "sha384-H8BRh8j48O9oYatfu5AZzq6A9RINhZO5H16dQZngK7T62em8MUt1FLm52t+eX6xO";
let integrity = Integrity::try_from(integrity_value).unwrap();
integrity.verify("alert(\'Hello, world.\');"); // true
```