1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 10:44:07 +02:00

formatting

This commit is contained in:
Robin Appelman 2025-04-18 14:32:30 +02:00
commit 0c9446e708

View file

@ -144,7 +144,7 @@ impl BinRead for StaticPropLump {
args: Self::Args<'static>, args: Self::Args<'static>,
) -> BinResult<Self> { ) -> BinResult<Self> {
match args.0 { match args.0 {
4..=7 | 9 | 10 => { 4..=7 | 9 | 10 => {
RawStaticPropLump::read_options(reader, endian, (args.0,)).map(StaticPropLump::from) RawStaticPropLump::read_options(reader, endian, (args.0,)).map(StaticPropLump::from)
} }
version => Err(binrw::Error::Custom { version => Err(binrw::Error::Custom {