Skip to content

Commit c747626

Browse files
author
Keegan McAllister
committed
Reindent function call continuations, and other style fixes
1 parent ba1c0c4 commit c747626

File tree

4 files changed

+104
-103
lines changed

4 files changed

+104
-103
lines changed

src/librustc/driver/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Available lint options:
175175
for lint in lints.move_iter() {
176176
let name = lint.name_lower().replace("_", "-");
177177
println!(" {} {:7.7s} {}",
178-
padded(name.as_slice()), lint.default_level.as_str(), lint.desc);
178+
padded(name.as_slice()), lint.default_level.as_str(), lint.desc);
179179
}
180180
println!("\n");
181181
};

0 commit comments

Comments
 (0)