summaryrefslogtreecommitdiff
path: root/src/dev.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev.rs')
-rw-r--r--src/dev.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev.rs b/src/dev.rs
index 8af40d6..354d77c 100644
--- a/src/dev.rs
+++ b/src/dev.rs
@@ -1,4 +1,4 @@
-use anyhow::{bail, Context, Result};
+use anyhow::{Context, Result, bail};
use clap::Subcommand;
use std::path::PathBuf;