Skip to content

Commit 635002a

Browse files
committed
librustc: tidy cleanup
1 parent e6490cb commit 635002a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/back/link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ fn get_system_tool(sess: Session, tool: &str) -> ~str {
756756
}
757757
},
758758
_ => tool.to_owned(),
759-
}
759+
}
760760
}
761761

762762
/// Perform the linkage portion of the compilation phase. This will generate all

0 commit comments

Comments
 (0)