Clean up formatting.

This commit is contained in:
2021-07-26 20:55:36 -07:00
parent 6bddd878fb
commit 82d36d6fca
4 changed files with 58 additions and 26 deletions

View File

@@ -6,7 +6,6 @@ use crate::network::stream::GenericStream;
use async_trait::async_trait;
use std::fmt::Display;
#[async_trait]
pub trait Networklike {
/// The error type for things that fail on this network. Apologies in advance