Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpsoane committed Jun 27, 2024
1 parent f6d4756 commit 64de7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traits/callback.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::fmt::{Debug};
use std::fmt::Debug;

use async_trait::async_trait;
use color_eyre::eyre::Result;
Expand Down

0 comments on commit 64de7f1

Please sign in to comment.