Skip to content

Commit cfdd611

Browse files
committed
f add missing spaces
1 parent c70e7c1 commit cfdd611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/peer_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use routing::network_graph::NetGraphMsgHandler;
3333
use std::collections::{HashMap,hash_map,HashSet,LinkedList};
3434
use std::sync::{Arc, Mutex};
3535
use std::sync::atomic::{AtomicUsize, Ordering};
36-
use std::{cmp,error,hash,fmt,mem};
36+
use std::{cmp, error, hash, fmt, mem};
3737
use std::ops::Deref;
3838

3939
use bitcoin::hashes::sha256::Hash as Sha256;

0 commit comments

Comments
 (0)