mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 19:32:20 +00:00
fuzz: Fix rustfmt warning
Imports were not sorted lexicographically, thus causing rustfmt warning. Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
This commit is contained in:
parent
4bfeba967b
commit
2049b2c377
@ -5,8 +5,8 @@
|
||||
// SPDX-License-Identifier: Apache-2.0 AND BSD-3-Clause
|
||||
|
||||
#![no_main]
|
||||
use libfuzzer_sys::fuzz_target;
|
||||
use block::qcow::{QcowFile, RawFile};
|
||||
use libfuzzer_sys::fuzz_target;
|
||||
use std::ffi;
|
||||
use std::fs::File;
|
||||
use std::io::{self, Cursor, Read, Seek, SeekFrom, Write};
|
||||
|
Loading…
x
Reference in New Issue
Block a user