From b35ee7fd28f4e583256e3de2281920ba787d314d Mon Sep 17 00:00:00 2001 From: William G Underwood <42812654+WGUNDERWOOD@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:46:45 +0100 Subject: [PATCH] rustfmt --- src/regexes.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/regexes.rs b/src/regexes.rs index 90e4aed..5cefcd9 100644 --- a/src/regexes.rs +++ b/src/regexes.rs @@ -27,7 +27,8 @@ const LISTS: [&str; 5] = [ ]; /// Names of LaTeX verbatim environments -const VERBATIMS: [&str; 5] = ["verbatim", "Verbatim", "lstlisting", "minted", "comment"]; +const VERBATIMS: [&str; 5] = + ["verbatim", "Verbatim", "lstlisting", "minted", "comment"]; // Regexes lazy_static! {