Skip to content

Commit

Permalink
Format code using fmt_all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mzfr committed Dec 19, 2024
1 parent ad85b7f commit 36fdff2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fuzzers/inprocess/libfuzzer_libpng_accounting/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
//! The example harness is built for libpng.
//! In this example, you will see the use of the `launcher` feature.
//! The `launcher` will spawn new processes for each cpu core.
use core::time::Duration;
use core::{ptr::addr_of, time::Duration};
use std::{env, net::SocketAddr, path::PathBuf};
use core::ptr::addr_of;

use clap::Parser;
use libafl::{
Expand Down

0 comments on commit 36fdff2

Please sign in to comment.