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 187d12a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 187d12a

Please sign in to comment.