Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges authored Feb 17, 2023
1 parent d8707ec commit b299509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/onefuzz/examples/dir-monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Licensed under the MIT License.

use anyhow::Result;
use onefuzz::monitor::DirectoryMonitor;
use clap::Parser;
use onefuzz::monitor::DirectoryMonitor;

#[derive(Debug, Parser)]
struct Opt {
Expand Down

0 comments on commit b299509

Please sign in to comment.