Skip to content

Commit f50caa7

Browse files
committed
Wrap long line in last commit.
1 parent 012fa69 commit f50caa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/comp/middle/trans.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ state type crate_ctxt = rec(session.session sess,
7070
hashmap[str, ValueRef] item_names,
7171
hashmap[ast.def_id, ValueRef] item_ids,
7272
hashmap[ast.def_id, @ast.item] items,
73-
hashmap[ast.def_id, @ast.native_item] native_items,
73+
hashmap[ast.def_id,
74+
@ast.native_item] native_items,
7475
hashmap[ast.def_id, @tag_info] tags,
7576
hashmap[ast.def_id, ValueRef] fn_pairs,
7677
hashmap[ast.def_id, ValueRef] consts,

0 commit comments

Comments
 (0)