Skip to content

Commit

Permalink
chore: ran formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahBull committed Dec 23, 2024
1 parent ff14bbb commit ac0212a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions progenitor-impl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,7 @@ impl GenerationSettings {
///
/// The requiremnets for a map type can be found in the
/// [typify::TypeSpaceSettings::with_map_type] documentation.
pub fn with_map_type<MT: ToString>(
&mut self,
map_type: MT,
) -> &mut Self {
pub fn with_map_type<MT: ToString>(&mut self, map_type: MT) -> &mut Self {
self.map_type = Some(map_type.to_string());
self
}
Expand Down

0 comments on commit ac0212a

Please sign in to comment.