forked from AbleScript/ablescript
rustfmt
: add trailing comma
This commit is contained in:
parent
cbe07d87db
commit
7ceab0d3fd
|
@ -75,7 +75,7 @@ pub enum StmtKind {
|
|||
Print(Expr),
|
||||
Melo(Iden),
|
||||
Rlyeh,
|
||||
Rickroll
|
||||
Rickroll,
|
||||
}
|
||||
|
||||
impl Stmt {
|
||||
|
|
Loading…
Reference in a new issue