Skip to content

Commit

Permalink
fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jun 12, 2023
1 parent b4671ee commit 314b1a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ipk-verify/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use semver::VersionReq;
use serde::Deserialize;

use common::{
BinVerifyResult, BinaryInfo, Firmware, LibraryInfo, VerifyResult, VerifyWithFirmware,
BinVerifyResult, BinaryInfo, Firmware, LibraryInfo, VerifyWithFirmware,
};

use crate::output::ReportOutput;
Expand All @@ -36,7 +36,7 @@ struct Args {
}

#[derive(Debug, Clone, PartialEq, clap::ValueEnum)]
enum OutputFormat {
pub enum OutputFormat {
Markdown,
Terminal,
Plain,
Expand Down
2 changes: 0 additions & 2 deletions ipk-verify/src/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ pub trait PrintTable {
}

fn print_table(&mut self, table: &Table) -> Result<(), Error>;

fn print_details(&mut self, );
}

pub trait ReportOutput: PrintTable + Write {}
Expand Down

0 comments on commit 314b1a2

Please sign in to comment.