Run cargo fmt for post-11

This commit is contained in:
Philipp Oppermann
2025-03-27 16:14:46 +01:00
parent 08a6e13df4
commit 121dc393f8

View File

@@ -1,4 +1,4 @@
use super::{align_up, Locked};
use super::{Locked, align_up};
use alloc::alloc::{GlobalAlloc, Layout};
use core::ptr;