Skip to content

Commit

Permalink
lint: run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmendon committed Sep 26, 2023
1 parent d0d2ac9 commit f986ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/os/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ fn upgrade_wsl_distribution(wsl: &Path, dist: &str, ctx: &ExecutionContext) -> R
// ```rust
// command.arg("-v");
// ```
//
//
// appends the next argument like so:
// > `C:\WINDOWS\system32\wsl.EXE -d Ubuntu bash -c 'TOPGRADE_PREFIX=Ubuntu exec /bin/topgrade' -v`
// which means `-v` isn't passed to `topgrade`.
Expand Down

0 comments on commit f986ebb

Please sign in to comment.