fmt
This commit is contained in:
parent
909d0f8574
commit
69c3581f1a
@ -65,8 +65,8 @@ use serde::{Deserialize, Serialize};
|
||||
#[cfg(feature = "std")]
|
||||
use std::{
|
||||
env, fs,
|
||||
net::SocketAddr,
|
||||
io::{Read, Write},
|
||||
net::SocketAddr,
|
||||
net::{TcpListener, TcpStream},
|
||||
thread,
|
||||
};
|
||||
|
@ -514,7 +514,6 @@ where
|
||||
|
||||
// We start ourself as child process to actually fuzz
|
||||
if std::env::var(_ENV_FUZZER_SENDER).is_err() {
|
||||
|
||||
#[cfg(target_os = "android")]
|
||||
{
|
||||
let path = std::env::current_dir()?;
|
||||
@ -524,7 +523,9 @@ where
|
||||
)?;
|
||||
};
|
||||
#[cfg(not(target_os = "android"))]
|
||||
{mgr = LlmpEventManager::<I, S, SH, ST>::new_on_port(stats, broker_port)?};
|
||||
{
|
||||
mgr = LlmpEventManager::<I, S, SH, ST>::new_on_port(stats, broker_port)?
|
||||
};
|
||||
|
||||
if mgr.is_broker() {
|
||||
// Yep, broker. Just loop here.
|
||||
|
Loading…
x
Reference in New Issue
Block a user