Clean up
This commit is contained in:
parent
c75538c064
commit
9538caf330
@ -162,9 +162,9 @@ impl Format for Assignment {
|
|||||||
type_definition.format(output, indent_level);
|
type_definition.format(output, indent_level);
|
||||||
}
|
}
|
||||||
|
|
||||||
output.push_str(" ");
|
output.push(' ');
|
||||||
self.operator.format(output, indent_level);
|
self.operator.format(output, indent_level);
|
||||||
output.push_str(" ");
|
output.push(' ');
|
||||||
|
|
||||||
self.statement.format(output, 0);
|
self.statement.format(output, 0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user