Skip to content

Commit 2d3ffcf

Browse files
authored
Merge pull request #2420 from rbtcollins/bug-2334
Fixing janky line breaks in self_updater.rs
2 parents f78e929 + 5a10799 commit 2d3ffcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cli/self_update.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ macro_rules! post_install_msg_win {
177177
() => {
178178
r"# Rust is installed now. Great!
179179
180-
To get started you need Cargo's bin directory ({cargo_home}\\bin) in your `PATH`
181-
environment variable. Future applications will automatically have the
182-
correct environment, but you may need to restart your current shell.
180+
To get started you need Cargo's bin directory ({cargo_home}\\bin) in
181+
your `PATH` environment variable. Future applications will automatically
182+
have the correct environment, but you may need to restart your current shell.
183183
"
184184
};
185185
}

0 commit comments

Comments
 (0)