Skip to content

Commit 50d4842

Browse files
committed
style: remove whitespace
1 parent c0d8b8c commit 50d4842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub mod test_utils;
3030

3131
#[macro_export]
3232
macro_rules! builder_fn {
33-
( $name:ident, $ty:ty) => {
33+
($name:ident, $ty:ty) => {
3434
#[allow(clippy::should_implement_trait)]
3535
pub fn $name(mut self, value: impl Into<$ty>) -> Self {
3636
self.$name.replace(value.into());

0 commit comments

Comments
 (0)