Rustfmt fixes

This commit is contained in:
Morgan Phillips
2016-08-29 13:17:08 -07:00
parent 7476d996f6
commit 894d3796fb
5 changed files with 22 additions and 5 deletions

View File

@@ -95,7 +95,10 @@ impl FromStr for Opcode {
/// `Box<AuxData>` to store the additional information out of line.
#[derive(Debug)]
pub enum InstructionData {
Nullary { opcode: Opcode, ty: Type },
Nullary {
opcode: Opcode,
ty: Type,
},
Unary {
opcode: Opcode,
ty: Type,