Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Feb 27, 2025
1 parent 8d9ac3b commit 80e9824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/src/modules/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub trait Module {
Ok(Report::new())
}
/// Executes the module's `archive` phase
///
///
/// # Errors
/// Any error that the module encounters
fn archive(&self, _ctx: &Context) -> Result<Report, Error> {
Expand Down

0 comments on commit 80e9824

Please sign in to comment.