Skip to content

Commit aaef04d

Browse files
committed
Fix formatting
1 parent 59e82f0 commit aaef04d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sim-cli/src/parsing.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ use log::LevelFilter;
55
use serde::{Deserialize, Serialize};
66
use simln_lib::clock::SimulationClock;
77
use simln_lib::sim_node::{
8-
ln_node_from_graph, populate_network_graph, ChannelPolicy, CustomRecords, Interceptor, PathFinder,
9-
SimGraph, SimulatedChannel,
8+
ln_node_from_graph, populate_network_graph, ChannelPolicy, CustomRecords, Interceptor,
9+
PathFinder, SimGraph, SimulatedChannel,
1010
};
1111

1212
use simln_lib::{

0 commit comments

Comments
 (0)