From 3db326a40fa025910eaccc60e2ad81bf770560f6 Mon Sep 17 00:00:00 2001 From: kitsunecafe Date: Sun, 6 Oct 2024 01:16:44 -0500 Subject: [PATCH] extra newline removed --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 239e9cc..b17e8f8 100644 --- a/README.md +++ b/README.md @@ -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 - ``` \ No newline at end of file