Fix inconsistent whitespace

This commit is contained in:
Keavon Chambers
2021-07-23 17:48:39 -07:00
parent f5376599e9
commit c663b160e6
4 changed files with 81 additions and 76 deletions

View File

@@ -76,7 +76,7 @@ macro_rules! gen_tools_hash_map {
/// };
/// ```
macro_rules! match_variant_name {
(match ($e:expr) { $($v:ident),* $(,)? }) => {
(match ($e:expr) { $($v:ident),* $(,)? }) => {
match $e {
$(
$v { .. } => stringify!($v)