Skip to content

Commit

Permalink
Undo accidental formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jelford committed Apr 1, 2017
1 parent 2a02926 commit c63b275
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 176 deletions.
1 change: 1 addition & 0 deletions src/rustup-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ wait-timeout = "0.1.3"
[target."cfg(windows)".dependencies]
winapi = "0.2.8"
winreg = "0.3.2"

1 change: 1 addition & 0 deletions src/rustup-mock/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,4 @@ pub fn get_path() -> Option<String> { None }

#[cfg(unix)]
pub fn restore_path(_: &Option<String>) { }

1 change: 1 addition & 0 deletions src/rustup-utils/src/notifications.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ impl<'a> Display for Notification<'a> {
}
}
}

Loading

0 comments on commit c63b275

Please sign in to comment.