Skip to content

Commit

Permalink
chore: remove anyhow::Ok import from alpm_helper
Browse files Browse the repository at this point in the history
Signed-off-by: SoulHarsh007 <[email protected]>
  • Loading branch information
SoulHarsh007 committed Oct 29, 2024
1 parent 3f4f03b commit 9852f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alpm_helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::path::Path;
use std::{env, fs};

use alpm::Alpm;
use anyhow::{Context, Ok, Result};
use anyhow::{Context, Result};

#[derive(Debug, PartialEq)]
struct RepoData {
Expand Down

0 comments on commit 9852f34

Please sign in to comment.