Skip to content

Commit

Permalink
🥢 Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Philogy committed Oct 19, 2024
1 parent 157d193 commit ef9b2cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/ast/src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ pub enum ConstExpr {
FreeStoragePointer,
}


#[derive(Debug, Clone, PartialEq, Eq)]
pub enum MacroStatement<'src> {
LabelDefinition(Spanned<&'src str>),
Expand Down

0 comments on commit ef9b2cf

Please sign in to comment.