Skip to content

Commit a355505

Browse files
committed
Fix line length.
1 parent 3d8a5cb commit a355505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/comp/driver/session.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ obj session(ast::crate_num cnum,
124124
}
125125
fn has_external_crate(int num) -> bool { ret crates.contains_key(num); }
126126
fn add_used_library(&str lib) {
127-
// A program has a small number of libraries, so a vector is probably a
128-
// good data structure in here.
127+
// A program has a small number of libraries, so a vector is probably
128+
// a good data structure in here.
129129
for (str l in used_libraries) {
130130
if (l == lib) {
131131
ret;

0 commit comments

Comments
 (0)