mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
style: run formatter for imports
This commit is contained in:
parent
e76f15e8bc
commit
9bc382348d
4 changed files with 16 additions and 12 deletions
|
@ -296,9 +296,12 @@ pub trait RdpServerDisplay: Send {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::{BitmapUpdate, Framebuffer};
|
||||
use core::num::NonZeroU16;
|
||||
use ironrdp_graphics::{diff::Rect, image_processing::PixelFormat};
|
||||
|
||||
use ironrdp_graphics::diff::Rect;
|
||||
use ironrdp_graphics::image_processing::PixelFormat;
|
||||
|
||||
use super::{BitmapUpdate, Framebuffer};
|
||||
|
||||
#[test]
|
||||
fn framebuffer_update() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue