Skip to content

Commit

Permalink
Close registry without clear
Browse files Browse the repository at this point in the history
Don't create groups with only one element
  • Loading branch information
RainerZ committed Sep 3, 2024
1 parent bac2f78 commit 878576c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
use std::{
f64::consts::PI,
fmt::Debug,
net::Ipv4Addr,
sync::{
atomic::{AtomicBool, Ordering},
Arc, Mutex, RwLock,
Expand All @@ -44,7 +45,6 @@ use log::{debug, error, info, trace, warn};
// Command line arguments

use clap::Parser;
use std::net::Ipv4Addr;

#[derive(Parser, Debug)]
#[command(version, about, long_about = None)]
Expand Down

0 comments on commit 878576c

Please sign in to comment.