Skip to content

Commit

Permalink
rvps: fix lint error
Browse files Browse the repository at this point in the history
The comments upon the definition should not have any empty lines.

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Feb 5, 2025
1 parent 96a0c39 commit 28e1df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvps/src/extractors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use super::{Message, ReferenceValue};
/// reference value (degest, s.t. hash value and name of the artifact)
/// from the provenance. If the verification fails, no reference value
/// will be extracted.
///
/// `Extractors` defines the interfaces of Extractors.
pub trait Extractors {
/// Process the message, e.g. verifying
Expand Down

0 comments on commit 28e1df3

Please sign in to comment.