rustfmt
: add trailing comma
This commit is contained in:
parent
327466cddc
commit
72e48d1b86
|
@ -75,7 +75,7 @@ pub enum StmtKind {
|
||||||
Print(Expr),
|
Print(Expr),
|
||||||
Melo(Iden),
|
Melo(Iden),
|
||||||
Rlyeh,
|
Rlyeh,
|
||||||
Rickroll
|
Rickroll,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Stmt {
|
impl Stmt {
|
||||||
|
|
Loading…
Reference in a new issue