Skip to content

Commit

Permalink
Fix whitespace fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-zu committed Aug 21, 2023
1 parent 07f6a9d commit 132f32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tough/src/target_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ fn clean_name(name: &str) -> Result<String> {
.context(error::TargetNameComponentsEmptySnafu { name })?
.as_os_str();

// If the first component isn't the main separator ( unix `/`, windows '\' )
// If the first component isn't the main separator ( unix `/`, windows '\' )
// then there is a bug or behavior change in absolutize_from.
ensure!(
first_component == std::path::MAIN_SEPARATOR_STR,
Expand Down

0 comments on commit 132f32b

Please sign in to comment.