Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepySkeleton committed Nov 30, 2020
1 parent 583eb82 commit 399265f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tests/regressions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ fn invisible_group_issue_439() {
#[test]
fn issue_447() {
macro_rules! Command {
( $name:ident, [
( $name:ident, [
#[$meta:meta] $var:ident($inner:ty)
] ) => {
#[derive(Debug, PartialEq, structopt::StructOpt)]
enum $name {
#[$meta] $var($inner),
}
};
#[derive(Debug, PartialEq, structopt::StructOpt)]
enum $name {
#[$meta]
$var($inner),
}
};
}

Command! {GitCmd, [
Expand Down

0 comments on commit 399265f

Please sign in to comment.