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 19, 2023
1 parent 1438ada commit 3f6edba
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 3f6edba

Please sign in to comment.