Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Oct 21, 2024
1 parent 67f2b57 commit b35ee7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/regexes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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! {
Expand Down

0 comments on commit b35ee7f

Please sign in to comment.