Skip to content

Commit 1d2f54a

Browse files
committed
fix lint
1 parent c0eeb88 commit 1d2f54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-aria/utils/src/mergeProps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ export function mergeProps<T extends PropsArg[]>(...args: T): UnionToIntersectio
7272
}
7373

7474
return result as UnionToIntersection<TupleTypes<T>>;
75-
}
75+
}

0 commit comments

Comments
 (0)