Skip to content

Commit 91a5363

Browse files
Remove trailing whitespace in get_route
Because my text editor loves to do that.
1 parent 6ed9102 commit 91a5363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/router.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2817,7 +2817,7 @@ mod tests {
28172817
Arc::clone(&logger), &scorer, &(), &random_seed_bytes) {
28182818
assert_eq!(err, "First hop cannot have our_node_pubkey as a destination.");
28192819
} else { panic!(); }
2820-
2820+
28212821
let route = get_route(&our_id, &route_params, &network_graph.read_only(), None,
28222822
Arc::clone(&logger), &scorer, &(), &random_seed_bytes).unwrap();
28232823
assert_eq!(route.paths[0].hops.len(), 2);

0 commit comments

Comments
 (0)