Skip to content

Commit

Permalink
run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
prsabahrami committed Jan 22, 2025
1 parent 09b16ae commit 8d051d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/rattler_conda_types/src/match_spec/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,7 @@ fn parse_bracket_vec_into_components(
}
#[cfg(not(feature = "extras"))]
{
return Err(ParseMatchSpecError::InvalidBracketKey(
"extras".to_string(),
));
return Err(ParseMatchSpecError::InvalidBracketKey("extras".to_string()));
}
}
"sha256" => {
Expand Down

0 comments on commit 8d051d5

Please sign in to comment.