Skip to content

Commit c2f22f0

Browse files
committed
Adds whitespace
1 parent dbbba55 commit c2f22f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/monomorphize/collector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ use rustc::hir::itemlikevisit::ItemLikeVisitor;
194194
use rustc::hir::map as hir_map;
195195
use rustc::hir::def_id::DefId;
196196
use rustc::middle::const_val::ConstVal;
197-
use rustc::middle::lang_items::{ExchangeMallocFnLangItem,StartFnLangItem};
197+
use rustc::middle::lang_items::{ExchangeMallocFnLangItem, StartFnLangItem};
198198
use rustc::traits;
199199
use rustc::ty::subst::{Substs, Kind};
200200
use rustc::ty::{self, TypeFoldable, Ty, TyCtxt};

0 commit comments

Comments
 (0)