Skip to content

Commit 8d6f869

Browse files
Remove some trailing whitespace.
1 parent a4ad5db commit 8d6f869

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_incremental/persist

1 file changed

+1
-1
lines changed

src/librustc_incremental/persist/save.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ fn encode_dep_graph(tcx: TyCtxt,
189189

190190
let total_node_count = serialized_graph.nodes.len();
191191
let total_edge_count = serialized_graph.edge_list_data.len();
192-
let (total_edge_reads, total_duplicate_edge_reads) =
192+
let (total_edge_reads, total_duplicate_edge_reads) =
193193
tcx.dep_graph.edge_deduplication_data();
194194

195195
let mut counts: FxHashMap<_, Stat> = FxHashMap();

0 commit comments

Comments
 (0)