Skip to content

Commit 22c9da3

Browse files
committed
Re-order imports
1 parent 670b41a commit 22c9da3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/routing/test_utils.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010
use crate::routing::gossip::{NetworkGraph, NodeAlias, P2PGossipSync};
1111
use crate::ln::features::{ChannelFeatures, NodeFeatures};
12-
use crate::ln::msgs::{UnsignedChannelAnnouncement, ChannelAnnouncement, RoutingMessageHandler,
13-
NodeAnnouncement, UnsignedNodeAnnouncement, ChannelUpdate, UnsignedChannelUpdate, MAX_VALUE_MSAT};
12+
use crate::ln::msgs::{ChannelAnnouncement, ChannelUpdate, MAX_VALUE_MSAT, NodeAnnouncement, RoutingMessageHandler, UnsignedChannelAnnouncement, UnsignedChannelUpdate, UnsignedNodeAnnouncement};
1413
use crate::util::test_utils;
1514
use crate::util::ser::Writeable;
1615

0 commit comments

Comments
 (0)