diff options
Diffstat (limited to 'pkgs/by-name/fu/fupdate/src/main.rs')
| -rw-r--r-- | pkgs/by-name/fu/fupdate/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/fu/fupdate/src/main.rs b/pkgs/by-name/fu/fupdate/src/main.rs index b4af6cd6..2200ce83 100644 --- a/pkgs/by-name/fu/fupdate/src/main.rs +++ b/pkgs/by-name/fu/fupdate/src/main.rs @@ -10,7 +10,7 @@ use std::process::Command; -use anyhow::{bail, Context, Result}; +use anyhow::{Context, Result, bail}; use clap::{CommandFactory, Parser}; pub mod cli; |
