run cargo dev fmt

This commit is contained in:
Eduardo Broto 2020-08-22 00:59:42 +02:00
parent c2799c861d
commit 146e352db4

View file

@ -340,7 +340,7 @@ fn take_pat(from: &mut Pat) -> Pat {
id: DUMMY_NODE_ID,
kind: Wild,
span: DUMMY_SP,
tokens: None
tokens: None,
};
mem::replace(from, dummy)
}