Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNineteen committed Feb 3, 2025
1 parent 210838d commit 5cfa95c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/gossip/service.zig
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const ServiceManager = sig.utils.service_manager.ServiceManager;
const Duration = sig.time.Duration;
const ExitCondition = sig.sync.ExitCondition;
const SocketThread = sig.net.SocketThread;
const GossipDataManaged = sig.gossip.data.GossipDataManaged;

const endpointToString = sig.net.endpointToString;
const globalRegistry = sig.prometheus.globalRegistry;
Expand Down
1 change: 0 additions & 1 deletion src/shred_network/turbine_tree.zig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const GossipTable = sig.gossip.GossipTable;
const WeightedShuffle = sig.rand.WeightedShuffle(u64);
const ChaChaRng = sig.rand.ChaChaRng(20);
const AtomicUsize = std.atomic.Value(usize);
const ThreadPool = sig.sync.ThreadPool;
const KeyPair = std.crypto.sign.Ed25519.KeyPair;
const SecretKey = std.crypto.sign.Ed25519.SecretKey;

Expand Down

0 comments on commit 5cfa95c

Please sign in to comment.