Skip to content

Commit

Permalink
🎨 cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
comavius committed Dec 20, 2024
1 parent 6cbdcec commit 9a87591
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@ pub trait Container {
}

pub trait ContainerFactory<ContainerType: Container, Priority: Ord> {
async fn get(
&self,
priority: Priority
) -> Result<ContainerType>;
async fn get(&self, priority: Priority) -> Result<ContainerType>;
}

0 comments on commit 9a87591

Please sign in to comment.