aboutsummaryrefslogtreecommitdiff
path: root/src/hooks/sed.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/hooks/sed.rs')
-rw-r--r--src/hooks/sed.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hooks/sed.rs b/src/hooks/sed.rs
index 6d6583c..120ac7d 100644
--- a/src/hooks/sed.rs
+++ b/src/hooks/sed.rs
@@ -1,4 +1,4 @@
-use anyhow::{Context, Result, anyhow, bail};
+use anyhow::{anyhow, bail, Context, Result};
use irc::client::prelude::*;
use sedregex::ReplaceCommand;