Skip to content

Commit

Permalink
format: Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan46 committed Jul 29, 2024
1 parent 15d202d commit 4ed68dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pallets/storage-provider/src/deadline/assignment.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
extern crate alloc;

use alloc::collections::BinaryHeap;
use alloc::{vec, vec::Vec};
use alloc::{collections::BinaryHeap, vec, vec::Vec};
use core::cmp::Ordering;

use crate::{
Expand Down

0 comments on commit 4ed68dd

Please sign in to comment.