Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac committed Jul 23, 2024
1 parent 2e32df2 commit f4e577a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_syntax/src/symbol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl SymbolFlags {
self.contains(Self::TypeAlias)
}

pub fn is_enum(&self) -> bool {
pub fn is_enum(&self) -> bool {
self.intersects(Self::Enum)
}

Expand Down

0 comments on commit f4e577a

Please sign in to comment.