mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
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:
parent
7efaf45d78
commit
0e414b462f
@ -29,7 +29,7 @@ impl BcachefsHandle {
|
|||||||
#[repr(u32)]
|
#[repr(u32)]
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
pub enum BcachefsIoctl {
|
pub enum BcachefsIoctl {
|
||||||
SubvolumeCreate = BCH_IOCTL_SUBVOLUME_CREATE,
|
SubvolumeCreate = BCH_IOCTL_SUBVOLUME_CREATE,
|
||||||
SubvolumeDestroy = BCH_IOCTL_SUBVOLUME_DESTROY,
|
SubvolumeDestroy = BCH_IOCTL_SUBVOLUME_DESTROY,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user