Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Feb 28, 2024
1 parent c35e30a commit 46a6138
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ntex-cors/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ pub enum AllOrSome<T> {
Some(T),
}


impl<T> AllOrSome<T> {
/// Returns whether this is an `All` variant
pub fn is_all(&self) -> bool {
Expand Down

0 comments on commit 46a6138

Please sign in to comment.