Skip to content

Commit

Permalink
style: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed Jun 7, 2023
1 parent c0d8b8c commit 50d4842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub mod test_utils;

#[macro_export]
macro_rules! builder_fn {
( $name:ident, $ty:ty) => {
($name:ident, $ty:ty) => {
#[allow(clippy::should_implement_trait)]
pub fn $name(mut self, value: impl Into<$ty>) -> Self {
self.$name.replace(value.into());
Expand Down

0 comments on commit 50d4842

Please sign in to comment.