Skip to content

Commit 1246eef

Browse files
committed
Fix trailing whitespace
1 parent c97c7bf commit 1246eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_driver/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@ pub fn handle_options(args: &[String]) -> Option<getopts::Matches> {
13891389
nightly_options::is_unstable_enabled(&matches));
13901390
return None;
13911391
}
1392-
1392+
13931393
// Handle the special case of -Wall.
13941394
let wall = matches.opt_strs("W");
13951395
if wall.iter().any(|x| *x == "all") {

0 commit comments

Comments
 (0)