mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
more fmt
This commit is contained in:
parent
01a4b9c735
commit
5f43faebb2
@ -1384,7 +1384,6 @@ impl UISender for CursiveUISender {
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
impl CursiveUISender {
|
impl CursiveUISender {
|
||||||
pub fn push_styled(&self, styled_string: StyledString) -> std::io::Result<()> {
|
pub fn push_styled(&self, styled_string: StyledString) -> std::io::Result<()> {
|
||||||
|
@ -109,7 +109,7 @@ impl IpcListener {
|
|||||||
if self.path.is_none() {
|
if self.path.is_none() {
|
||||||
return Box::pin(std::future::ready(Err(io::Error::from(
|
return Box::pin(std::future::ready(Err(io::Error::from(
|
||||||
io::ErrorKind::NotConnected,
|
io::ErrorKind::NotConnected,
|
||||||
))));
|
))));
|
||||||
}
|
}
|
||||||
let this = IpcListener {
|
let this = IpcListener {
|
||||||
path: self.path.clone(),
|
path: self.path.clone(),
|
||||||
|
@ -118,7 +118,7 @@ impl IpcListener {
|
|||||||
if self.path.is_none() {
|
if self.path.is_none() {
|
||||||
return Box::pin(std::future::ready(Err(io::Error::from(
|
return Box::pin(std::future::ready(Err(io::Error::from(
|
||||||
io::ErrorKind::NotConnected,
|
io::ErrorKind::NotConnected,
|
||||||
))));
|
))));
|
||||||
}
|
}
|
||||||
let this = IpcListener {
|
let this = IpcListener {
|
||||||
path: self.path.clone(),
|
path: self.path.clone(),
|
||||||
|
Loading…
Reference in New Issue
Block a user