Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Aug 21, 2024
1 parent 8f1c9d1 commit 7c82cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runners/nurfile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::errors::KeeperError;
use crate::models::Task;
use crate::command_utils::{run_command, capture_command_output};
use crate::task;
use error_stack::{Result, ResultExt};
use error_stack::{Result};
use serde::{Deserialize, Serialize};
use which::which;

Expand Down

0 comments on commit 7c82cd3

Please sign in to comment.