style: run cargo +nightly fmt

This commit is contained in:
Benoît CORTIER 2025-03-13 18:44:40 +09:00 committed by Benoît Cortier
parent 19d6b1ea83
commit 97f4f25813
12 changed files with 38 additions and 33 deletions

View file

@ -3,10 +3,8 @@ use std::num::NonZero;
use criterion::{criterion_group, criterion_main, Criterion};
use ironrdp_graphics::color_conversion::to_64x64_ycbcr_tile;
use ironrdp_pdu::codecs::rfx;
use ironrdp_server::{
bench::encoder::rfx::{rfx_enc, rfx_enc_tile},
BitmapUpdate,
};
use ironrdp_server::bench::encoder::rfx::{rfx_enc, rfx_enc_tile};
use ironrdp_server::BitmapUpdate;
pub fn rfx_enc_tile_bench(c: &mut Criterion) {
let quant = rfx::Quant::default();