Skip to content

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniDoman committed Feb 13, 2024
1 parent 1091fd4 commit c6838c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lychee-lib/src/types/accept/selector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ impl FromStr for AcceptSelector {

impl Default for AcceptSelector {
fn default() -> Self {
Self::new_from(vec![
AcceptRange::new(100, 103),
AcceptRange::new(200, 299),
])
Self::new_from(vec![AcceptRange::new(100, 103), AcceptRange::new(200, 299)])
}
}

Expand Down

0 comments on commit c6838c1

Please sign in to comment.