rustfmt: add trailing comma

This commit is contained in:
HTG-YT 2021-06-14 09:40:42 +08:00 committed by GitHub
parent 327466cddc
commit 72e48d1b86

View file

@ -75,7 +75,7 @@ pub enum StmtKind {
Print(Expr),
Melo(Iden),
Rlyeh,
Rickroll
Rickroll,
}
impl Stmt {