Skip to content

Commit

Permalink
🎨 Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rster2002 committed Nov 9, 2024
1 parent db0fae8 commit ac14dd8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@ impl Display for InternalModule {
InternalModule::AdvancedDiscoveryScanner => "Advanced Discovery Scanner",

#[cfg(feature = "allow-unknown")]
InternalModule::Unknown(unknown) => return write!(f, "Unknown module: {}", unknown),
InternalModule::Unknown(unknown) =>
return write!(f, "Unknown module: {}", unknown),
}
)
}
Expand Down

0 comments on commit ac14dd8

Please sign in to comment.