From 38b58566a6f5ecaa68a8a1682b7291f2f770d243 Mon Sep 17 00:00:00 2001 From: Joshua Trujillo Date: Mon, 25 Nov 2024 20:30:09 +0000 Subject: [PATCH] nit: fmt --- src/decoder.nr | 1 + 1 file changed, 1 insertion(+) diff --git a/src/decoder.nr b/src/decoder.nr index 1a27094..36774b3 100644 --- a/src/decoder.nr +++ b/src/decoder.nr @@ -25,6 +25,7 @@ struct Base64DecodeBE { /// Whether the input has padding. pad: bool, } + impl Base64DecodeBE { /// Creates a new decoder that uses the standard Base64 Alphabet (base64) specified in RFC 4648 /// (https://datatracker.ietf.org/doc/html/rfc4648#section-4).