Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveL-MSFT committed Nov 27, 2024
1 parent 91cc663 commit fb6569d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsc/src/subcommand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ fn initialize_config_root(path: &Option<String>) -> Option<String> {
let use_stdin = if let Some(specified_path) = path {
if specified_path != "-" {
return Some(set_dscconfigroot(specified_path));
} else {
true
}

true
} else {
false
};
Expand Down

0 comments on commit fb6569d

Please sign in to comment.