Skip to content

Commit 105aa8c

Browse files
SiegeLordExSiegeLord
authored andcommitted
Fix funky formatting.
1 parent f16eac9 commit 105aa8c

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

src/librustc_driver/driver.rs

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -140,17 +140,16 @@ pub fn compile_input(sess: &Session,
140140

141141
write_out_deps(sess, &outputs, &id);
142142

143-
{ controller_entry_point!(after_write_deps,
144-
sess,
145-
CompileState::state_after_write_deps(input,
146-
sess,
147-
outdir,
148-
output,
149-
&cstore,
150-
&expanded_crate,
151-
&id),
152-
Ok(()));
153-
}
143+
controller_entry_point!(after_write_deps,
144+
sess,
145+
CompileState::state_after_write_deps(input,
146+
sess,
147+
outdir,
148+
output,
149+
&cstore,
150+
&expanded_crate,
151+
&id),
152+
Ok(()));
154153

155154
let expanded_crate = assign_node_ids(sess, expanded_crate);
156155
let dep_graph = DepGraph::new(sess.opts.build_dep_graph());

0 commit comments

Comments
 (0)