style: fix one straggler not caught by rustfmt

not sure why this wasn't picked up, maybe different versions of nightly
rustfmt?
This commit is contained in:
Thomas Mühlbacher 2024-05-27 17:02:37 +02:00 committed by Kent Overstreet
parent 7efaf45d78
commit 0e414b462f

View File

@ -29,7 +29,7 @@ impl BcachefsHandle {
#[repr(u32)]
#[non_exhaustive]
pub enum BcachefsIoctl {
SubvolumeCreate = BCH_IOCTL_SUBVOLUME_CREATE,
SubvolumeCreate = BCH_IOCTL_SUBVOLUME_CREATE,
SubvolumeDestroy = BCH_IOCTL_SUBVOLUME_DESTROY,
}