Fix inconsistent whitespace

This commit is contained in:
Keavon Chambers
2021-07-23 17:48:39 -07:00
parent f00601e5a7
commit ac7b5dd06e
4 changed files with 81 additions and 76 deletions
+1 -1
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)